Exemplo n.º 1
0
 public KlijentZahtjevZaKreditController(OOADContext context)
 {
     _zahtjevi = new ZahtjeviZaKreditProxy(context);
     _racuni   = new RacuniProxy(context);
     Context   = context;
 }
Exemplo n.º 2
0
 public BankarZahtjevZaKreditController(OOADContext context)
 {
     _zahtjevi = new ZahtjeviZaKreditProxy(context);
     Context   = context;
 }