Exemplo n.º 1
0
 public APIDazeRaidController(TeleQuestContext Context, APIDazeService apiServie)
 {
     this._context   = Context;
     this._apiServie = apiServie;
 }
Exemplo n.º 2
0
 public RaidController(TeleQuestContext context, APIDazeService apiServie, IBackgroundJobClient backgroundJobs)
 {
     _context        = context;
     _apiServie      = apiServie;
     _backgroundJobs = backgroundJobs;
 }
Exemplo n.º 3
0
 public APIDazeController(APIDazeService apiServie)
 {
     ApiServie = apiServie;
 }