public WorkCenterBeforeController( IWorkCenterService workCenterService, IAuthService authService ) { this.workCenterService = workCenterService; this.authService = authService; }
public ProcessingController(IWorkCenterService workCenterService, IAXService axService) { this.workCenterService = workCenterService; this.axService = axService; }
public WorkCenterController(IWorkCenterService workCenterService) { _workCenterService = workCenterService; }