Beispiel #1
0
 public Platnosci_obsluga(IPlatnoscRepo repo)
 {
     _repo = repo;
 }
Beispiel #2
0
 public PlatnoscController(IPlatnoscRepo repo)
 {
     _repo = repo;
 }