Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/PotwierdzeniaEcard.cs
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/PotwierdzeniaEcard.cs (zmodyfikowane) (2 diffs)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/PotwierdzeniaEcard.cs
r872 r949 1 using System; 2 using System.Collections.Generic; 3 using System.Linq; 4 using System.Web; 5 using Platnosci.Core.Interface; 1 using Platnosci.Core.Interface; 6 2 7 3 namespace Platnosci.Core.Linq … … 11 7 public int Id 12 8 { 13 get 14 { 15 return this.id; 16 } 9 get { return id; } 17 10 } 18 11 }
