Exemplo n.º 1
0
 public MobileSchedule(TwinRinksScheduleParserService twinRinksService)
 {
     this._twinRinksService = twinRinksService;
 }
Exemplo n.º 2
0
 public IndexModel(TwinRinksScheduleParserService twinRinksService)
 {
     _twinRinksService = twinRinksService;
 }
 public Conflicts(TwinRinksScheduleParserService twinRinksService)
 {
     this._twinRinksService = twinRinksService;
 }
 public ProgressiveWebAppController(TwinRinksScheduleParserService twinRinksService)
 {
     _twinRinksService = twinRinksService;
 }
Exemplo n.º 5
0
 public ScheduleCheckController(TwinRinksScheduleParserService parser, Models.TwinRinksHelperContext dbContext, SendGrid.ISendGridClient sndGrdClient)
 {
     _parser       = parser ?? throw new System.ArgumentNullException(nameof(parser));
     _dbContext    = dbContext ?? throw new ArgumentNullException(nameof(dbContext));
     _sndGrdClient = sndGrdClient;
 }