Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/PlatnosciEcard.cs
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/PlatnosciEcard.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/PlatnosciEcard.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 … … 9 7 public int Id 10 8 { 11 get 12 { 13 return this.ORDERNUMBER; 14 } 9 get { return ORDERNUMBER; } 15 10 } 16 11 17 12 } 18 13 } 19
