root/trunk/Wierszowki/Wierszowki.Model/Linq/Author.cs
@
842
| Wersja 842, 365 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Rev | Line | |
|---|---|---|
| [752] | 1 | using System.ComponentModel.DataAnnotations; |
| 2 | using Wierszowki.Core.Interfaces; | |
| 3 | using Wierszowki.Core.Validation; | |
| 4 | ||
| 5 | namespace Wierszowki.Core.Linq | |
| 6 | { | |
| 7 | [MetadataType(typeof(AuthorValidation))] | |
| 8 | public partial class Author : AuthorValidation, IIdentifiable | |
| 9 | { | |
| [842] | 10 | public string FullName { get { return LastName + " " + FirstName; } } |
| [752] | 11 | } |
| 12 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
