public HatchesController(IHatchRepository hatchRepository)
 {
     _hatchRepository = hatchRepository;
 }
Esempio n. 2
0
 public HatchService(IHatchRepository hatchRepository)
 {
     _hatchRepository = hatchRepository;
 }