Ejemplo n.º 1
0
 public UpdateCronHandler(ICronRepository cronRepository, ITimeService timeService)
 {
     _cronRepository = cronRepository;
     _timeService    = timeService;
 }
Ejemplo n.º 2
0
 public RegisterCronHandler(ICronRepository cronRepository, ITimeService timeService)
 {
     _cronRepository = cronRepository;
     _timeService    = timeService;
 }