public HatchesController(IHatchRepository hatchRepository)
 {
     _hatchRepository = hatchRepository;
 }
Пример #2
0
 public HatchService(IHatchRepository hatchRepository)
 {
     _hatchRepository = hatchRepository;
 }