コード例 #1
0
 public UpdateCronHandler(ICronRepository cronRepository, ITimeService timeService)
 {
     _cronRepository = cronRepository;
     _timeService    = timeService;
 }
コード例 #2
0
 public RegisterCronHandler(ICronRepository cronRepository, ITimeService timeService)
 {
     _cronRepository = cronRepository;
     _timeService    = timeService;
 }