Exemple #1
0
 public WorkCenterOperationManager(IWorkCenterOperationDAL workCenterOperationDAL,
                                   IWorkCenterServices workCenterServices,
                                   IOperationServices operationServices
                                   )
 {
     _workCenterOperationDAL = workCenterOperationDAL;
     _workCenterServices     = workCenterServices;
     _operationServices      = operationServices;
 }
Exemple #2
0
 public WorkCentersController(IWorkCenterServices workCenterServices)
 {
     _workCenterServices = workCenterServices;
 }