Exemplo n.º 1
0
 public Platnosci_obsluga(IPlatnoscRepo repo)
 {
     _repo = repo;
 }
Exemplo n.º 2
0
 public PlatnoscController(IPlatnoscRepo repo)
 {
     _repo = repo;
 }