Zbiór zmian 872 dla trunk/eCard/eCardMVC/Platnosci.Core
- Data:
- 2009-11-10 16:01:21 (16 years ago)
- Lokalizacja:
- trunk/eCard/eCardMVC/Platnosci.Core
- Pliki:
-
- 3 dodane
- 1 zmodyfikowane
-
Interface/IDataContext.cs (dodane)
-
Linq/DataContext1.cs (dodane)
-
Linq/PotwierdzeniaEcard.cs (dodane)
-
Linq/Repository.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
r870 r872 17 17 public class Repository<T> : IRepository<T> where T : class, IIdentifiable 18 18 { 19 // private readonly PlatnosciDataContext _dataContext = new PlatnosciDataContext();20 //private PlatnosciDataContext _dataContext = new PlatnosciDataContext();21 19 protected readonly IDataContext _dataContext; 22 20
