Exemple #1
0
 public ScheduleController(ILogger <ScheduleController> log, IScheduleJobService scheduleJobService, IAppUserService appUserService)
 {
     this.log = log;
     this.scheduleJobService = scheduleJobService;
     this.appUserService     = appUserService;
 }
 public SiteInfoService(AppDbContext appDbContext, IScheduleJobService scheduleJobService)
 {
     _appDbContext       = appDbContext;
     _scheduleJobService = scheduleJobService;
 }