コード例 #1
0
 public SweepController(ISweepExecutionService sweepExecutionService, ACEWebServiceDbContext context)
 {
     _sweepExecutionService = sweepExecutionService;
     _context = context;
 }
コード例 #2
0
ファイル: SweepJob.cs プロジェクト: webshell520/ACE
 public SweepJob(ISweepExecutionService sweepExecutionService)
 {
     _sweepExecutionService = sweepExecutionService;
 }