public DataSet GetMastItmsCat() { DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.SelectMastItmsCat()); }
public DataTable ItmCat_Save(DevelopmentDeprtment dev) { // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.ItmCatSave()); }
public DataTable save_itmsCat(DevelopmentDeprtment dev) { // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.save_itmsCat()); }
public DataSet LoadFabByPttn() { DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.LoadFabByPttn()); }
public DataTable FabTransfer(DevelopmentDeprtment dev) { // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.FabTransPo()); }
public DataTable SaveFabConsum(DevelopmentDeprtment dev) { //DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.SaveFabConsum()); }
public DataTable GetOrderForFab() { DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.LoadFabForPO()); }
public DataSet GetAllData() { DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.LoadAllData()); }
public DataTable GetPatten() { DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.LoadingPatten()); }
public DataTable ItemPriceChange(DevelopmentDeprtment dev) { // DevelopmentDeprtment dev = new DevelopmentDeprtment(CommonData.ConStr()); return(dev.ItemPriceChange()); }