Ejemplo n.º 1
0
 public WorkCenterBeforeController(
     IWorkCenterService workCenterService,
     IAuthService authService
     )
 {
     this.workCenterService = workCenterService;
     this.authService = authService;
 }
Ejemplo n.º 2
0
 public ProcessingController(IWorkCenterService workCenterService, IAXService axService)
 {
     this.workCenterService = workCenterService;
     this.axService = axService;
 }
Ejemplo n.º 3
0
 public WorkCenterController(IWorkCenterService workCenterService)
 {
     _workCenterService = workCenterService;
 }