Pokaż
Ignoruj:
Data:
2009-12-11 16:57:08 (16 years ago)
Autor:
marek
Opis:

re #215 - drobny refactoring

Pliki:
1 zmodyfikowane

Legenda:

Bez zmian
Dodane
Usunięte
  • trunk/eCard/eCardMVC/Platnosci/Controllers/AccountController.cs

    r948 r949  
    2323        public AccountController() 
    2424        { 
    25             _repository = new Repository<vPlatnosciEcard>(new DataContext1()); 
     25            _repository = new Repository<vPlatnosciEcard>(new DataContext()); 
    2626            FormsAuth = new FormsAuthenticationService(); 
    2727            _funkcjePlatnosci = new FunkcjePlatnosci();