root/trunk/eCard/eCardMVC/Platnosci.Core/Linq/vPlatnosciEcard.cs @ 952

Wersja 949, 311 bytes (wprowadzona przez marek, 16 years temu)

re #215 - drobny refactoring

Line 
1using Platnosci.Core.Interface;
2
3namespace Platnosci.Core.Linq
4{
5    public partial class vPlatnosciEcard : IIdentifiable
6    {
7        public string FullName
8        {
9            get { return LastName + " " + FirstName; }
10        }
11
12        public int Id { get { return ID_faktury; } }
13    }
14}
Notatka: Zobacz TracBrowser aby uzyskać więcej informacji.