Ejemplo n.º 1
0
 public SweepController(ISweepExecutionService sweepExecutionService, ACEWebServiceDbContext context)
 {
     _sweepExecutionService = sweepExecutionService;
     _context = context;
 }
Ejemplo n.º 2
0
 public SweepJob(ISweepExecutionService sweepExecutionService)
 {
     _sweepExecutionService = sweepExecutionService;
 }