Example #1
0
 public EnginesController(IYEngineProvider engineProvider,
                          IYEnginesService enginesService,
                          IYNotificationsService notificationsService,
                          IYHangFireService hangFireService,
                          IOptions <YMicrosoftIdentityOptions> options)
 {
     this.engineProvider       = engineProvider;
     this.enginesService       = enginesService;
     this.notificationsService = notificationsService;
     this.hangFireService      = hangFireService;
     this.options = options.Value;
 }