Пример #1
0
 public SweepController(ISweepExecutionService sweepExecutionService, ACEWebServiceDbContext context)
 {
     _sweepExecutionService = sweepExecutionService;
     _context = context;
 }
Пример #2
0
 public SweepJob(ISweepExecutionService sweepExecutionService)
 {
     _sweepExecutionService = sweepExecutionService;
 }