Ejemplo n.º 1
0
 public OnDemandEventService(OnDemandEventSSSBService sssbService)
 {
     _sssbService = sssbService;
 }
Ejemplo n.º 2
0
 public OnDemandEventService(OnDemandEventSSSBService sssbService, IOptions <AppSettings> options)
 {
     _sssbService = sssbService;
     _options     = options;
 }