Pokaż
Ignoruj:
Data:
2009-11-10 16:01:21 (16 years ago)
Autor:
alina
Opis:

re #215

Lokalizacja:
trunk/eCard/eCardMVC/Platnosci.Core
Pliki:
3 dodane
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci.Core/Linq/Repository.cs

    r870 r872  
    1717    public class Repository<T> : IRepository<T> where T : class, IIdentifiable 
    1818    { 
    19        // private readonly PlatnosciDataContext _dataContext = new PlatnosciDataContext(); 
    20         //private PlatnosciDataContext _dataContext = new PlatnosciDataContext(); 
    2119        protected readonly IDataContext _dataContext; 
    2220