Esempio n. 1
0
 public LayingsController(ILayingsUnit laying, ILotsUnit lots, IIncubatorsUnit incub, IMapper mapper)
 {
     _laying = laying;
     _lots   = lots;
     _mapper = mapper;
     _incub  = incub;
 }
Esempio n. 2
0
 public IncubatorsController(IIncubatorsUnit inc, IMapper mapper)
 {
     _inc    = inc;
     _mapper = mapper;
 }