コード例 #1
0
 public APIDazeRaidController(TeleQuestContext Context, APIDazeService apiServie)
 {
     this._context   = Context;
     this._apiServie = apiServie;
 }
コード例 #2
0
ファイル: RaidController.cs プロジェクト: cluzier/Tele-Quest
 public RaidController(TeleQuestContext context, APIDazeService apiServie, IBackgroundJobClient backgroundJobs)
 {
     _context        = context;
     _apiServie      = apiServie;
     _backgroundJobs = backgroundJobs;
 }
コード例 #3
0
 public APIDazeController(APIDazeService apiServie)
 {
     ApiServie = apiServie;
 }