Zbiór zmian 949 dla trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
- Data:
- 2009-12-11 16:57:08 (16 years ago)
- Pliki:
-
- 1 zmodyfikowane
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs (zmodyfikowane) (1 diff)
Legenda:
- Bez zmian
- Dodane
- Usunięte
-
trunk/eCard/eCardMVC/Platnosci/Controllers/PlatnoscController.cs
r948 r949 21 21 public PlatnoscController() 22 22 { 23 _repVPayment = new Repository<vPlatnosciEcard>(new DataContext 1());24 _repPayment = new Repository<PlatnosciEcard>(new DataContext 1());25 _repConfirm = new Repository<PotwierdzeniaEcard>(new DataContext 1());23 _repVPayment = new Repository<vPlatnosciEcard>(new DataContext()); 24 _repPayment = new Repository<PlatnosciEcard>(new DataContext()); 25 _repConfirm = new Repository<PotwierdzeniaEcard>(new DataContext()); 26 26 _funkcjePlatnosci = new FunkcjePlatnosci(); 27 27 _translateManager = new Translation();
