Exemplo n.º 1
0
 public OEEController(IOEE_Service OEE_Service,
                      IEquipmentmaintenanceService equipmentmaintenanceService
                      )
 {
     this._OEE_Service = OEE_Service;
     this.equipmentmaintenanceService = equipmentmaintenanceService;
 }
Exemplo n.º 2
0
 public TaskOEEActionManagement(IOEE_Service OEE_Service)
 {
     this._OEE_Service = OEE_Service;
 }
Exemplo n.º 3
0
 public TaskManagerController(IExceptionService exceptionService, IGL_LineShiftPerfService glLineService, IOEE_Service OEE_Service)
 {
     this.exceptionService = exceptionService;
     this.glLineService    = glLineService;
     _OEE_Service          = OEE_Service;
 }