Zbiór zmian 872 dla trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs
- Data:
- 2009-11-10 16:01:21 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci.Core/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
