root/trunk/Wierszowki/Wierszowki.Model/Linq/User.cs
@
842
| Wersja 842, 357 bytes (wprowadzona przez alina, 17 years temu) |
|---|
| Line | |
|---|---|
| 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(UserValidation))] |
| 8 | public partial class User : UserValidation, IIdentifiable |
| 9 | { |
| 10 | public string FullName { get { return LastName + " " + FirstName; } } |
| 11 | } |
| 12 | } |
Notatka: Zobacz TracBrowser
aby uzyskać więcej informacji.
