public List <WeavingMachine> GetMachines(int?pageNumber, int?pageSize, int?IsPaging, int?departmentId)
        {
            _objProductionDDL = new ProductionDDLMgt();
            List <WeavingMachine> _objWeavingMachines = null;

            try
            {
                _objWeavingMachines = _objProductionDDL.GetWeavingMachines(pageNumber, pageSize, IsPaging, departmentId);
            }
            catch (Exception e)
            {
                e.ToString();
            }
            return(_objWeavingMachines);
        }
 public FinishingChemicalConsumptionController()
 {
     objProductionEntryService = new ProductionEntryMgt();
     objFCC           = new FinishingChemicalConsumptionMgt();
     objCmnDDLService = new ProductionDDLMgt();
 }
Exemple #3
0
 public InternalIssueController()
 {
     _objProductionDDL = new ProductionDDLMgt();
     _objInternalIssue = new InternalIssueMgt();
 }
Exemple #4
0
 public LongChainBeamEntryController()
 {
     objLCBEntryService = new LongChainBeamMgt();
     objCmnDDLService   = new ProductionDDLMgt();
 }
Exemple #5
0
 public WastageEntryController()
 {
     objWastageEntryService = new WastageEntryMgt();
     objCmnDDLService       = new ProductionDDLMgt();
 }
 public MachineMaintenanceOrderController()
 {
     objMMOEntryService = new MachineMaintenanceOrderMgt();
     objCmnDDLService   = new ProductionDDLMgt();
 }
 public DFSMachineConfigurationController()
 {
     objweavingservice = new DFSMachineConfigMgt();
     objCmnDDLService  = new ProductionDDLMgt();
 }
 public SetWiseMachineSetupController()
 {
     objMachineSetService = new SetWiseMachineSetupMgt();
     objCmnDDLService     = new ProductionDDLMgt();
 }
Exemple #9
0
 public ChemiclePreparationController()
 {
     objCP            = new ChemiclePreparationMgt();
     objCmnDDLService = new ProductionDDLMgt();
 }
Exemple #10
0
 public FebricInspectionController()
 {
     _objFebricInspection = new FebricInspectionMgt();
     objCmnDDLService     = new ProductionDDLMgt();
 }
 public QAController()
 {
     _iQmgt           = new QAMgt();
     objCmnDDLService = new ProductionDDLMgt();
 }
Exemple #12
0
 public PackingListController()
 {
     packingListService = new PackingListMgt();
     objCmnDDLService   = new ProductionDDLMgt();
 }
Exemple #13
0
 public WeavingLoomDataController()
 {
     objLoomDataService = new WeavingLoomDataMgt();
     objCmnDDLService   = new ProductionDDLMgt();
 }
Exemple #14
0
 public ProductionDDLController()
 {
     this.objDDLService = new ProductionDDLMgt();
 }
 public SizingOutputEntryController()
 {
     objSizingEntryService = new SizingOutputEntryMgt();
     objCmnDDLService      = new ProductionDDLMgt();
 }
 public ConfigurationController()
 {
     objBWSService    = new BreakageWastageStopMgt();
     objCmnDDLService = new ProductionDDLMgt();
 }
 public SizingChamicaleConsumptionController()
 {
     objChemConsumpService = new SizingChamicaleConsumptionMgt();
     objCmnDDLService      = new ProductionDDLMgt();
 }
Exemple #18
0
 public SizeBeamIssueController()
 {
     _objProductionDDL = new ProductionDDLMgt();
 }
 public SizingChemicaleSetupController()
 {
     objChemicalService = new SizingChemicalSetupMgt();
     objCmnDDLService   = new ProductionDDLMgt();
 }
Exemple #20
0
 public WeavingMachineConfigurtionController()
 {
     _objWeavingMachineConfiguration = new WeavingMachineMgt();
     objCmnDDLService = new ProductionDDLMgt();
 }
Exemple #21
0
 public WeavingGriageReceiveController()
 {
     _objWeavingGrieageReceive = new WeavingGrieageReceiveMgt();
     objCmnDDLService          = new ProductionDDLMgt();
 }
Exemple #22
0
 public ProductionEntryController()
 {
     objProductionEntryService = new ProductionEntryMgt();
     objCmnDDLService          = new ProductionDDLMgt();
 }
Exemple #23
0
 public CodewiseMachineSetupController()
 {
     objCodewiseMachineSetup = new CodewiseMachineSetupMgt();
     objCmnDDLService        = new ProductionDDLMgt();
 }
Exemple #24
0
 public BallWarpingController()
 {
     objBallWarpingService = new BallWarpingMgt();
     objCmnDDLService      = new ProductionDDLMgt();
 }