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