Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/vPlatnosciEcard.cs
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/vPlatnosciEcard.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/vPlatnosciEcard.cs
r867 r949 1 using System; 2 using System.Collections.Generic; 3 using Platnosci.Core.Interface; 1 using Platnosci.Core.Interface; 4 2 5 3 namespace Platnosci.Core.Linq … … 7 5 public partial class vPlatnosciEcard : IIdentifiable 8 6 { 9 public string FullName 10 { 11 get 12 { 13 return LastName + " " + FirstName; 14 } 7 public string FullName 8 { 9 get { return LastName + " " + FirstName; } 15 10 } 16 11 17 public int Id 18 { 19 get { return this.ID_faktury; } 20 } 12 public int Id { get { return ID_faktury; } } 21 13 } 22 14 } 23 24
