|
Wersja 839, 357 bytes
(wprowadzona przez marek, 17 years temu)
|
|
re #184 - merged with latest trunk
|
| 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 FirstName + " " + LastName; } }
|
|---|
| 11 | }
|
|---|
| 12 | } |
|---|
Notatka: Zobacz
TracBrowser
aby uzyskać więcej informacji.