public ChildController(IChildrensAcitivityLogRepository iRepo)
 {
     _iRepo = iRepo;
 }
Exemplo n.º 2
0
 public SleepingPeriodController(IChildrensAcitivityLogRepository iRepo)
 {
     _iRepo = iRepo;
 }