Beispiel #1
0
 public DzokejController(IDzokejService context)
 {
     _context = context;
 }
Beispiel #2
0
 public ProfileController(IWierzchowiecService service, IDzokejService servDzokej, IGraczProfileService servGracz)
 {
     _servGracz  = servGracz;
     _service    = service;
     _servDzokej = servDzokej;
 }