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/PlatnoscController.cs

    r948 r949  
    2121        public PlatnoscController() 
    2222        { 
    23             _repVPayment = new Repository<vPlatnosciEcard>(new DataContext1()); 
    24             _repPayment = new Repository<PlatnosciEcard>(new DataContext1()); 
    25             _repConfirm = new Repository<PotwierdzeniaEcard>(new DataContext1()); 
     23            _repVPayment = new Repository<vPlatnosciEcard>(new DataContext()); 
     24            _repPayment = new Repository<PlatnosciEcard>(new DataContext()); 
     25            _repConfirm = new Repository<PotwierdzeniaEcard>(new DataContext()); 
    2626            _funkcjePlatnosci = new FunkcjePlatnosci(); 
    2727            _translateManager = new Translation();