public override void UpdateStatus() { Replenishment_Master_Property objReplenishmentMasterPropertyNew = new Replenishment_Master_Property(); //objReplenishmentMasterPropertyNew.ID = base.Id; //objReplenishmentMasterPropertyNew.Status = base.Status; //objBatchSetupPropertyNew.TableName = objReplenishmentMasterProperty.TableName; objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterPropertyNew); objReplenishmentMasterDAL.UpdateStatus(); }
public DataTable GetDistributorAgainstMultipleIdsBll() { objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty); return(objReplenishmentMasterDAL.GetDistributorAgainstMultipleIds()); }
public DataTable GetGenerateNeededStockBll() { objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty); return(objReplenishmentMasterDAL.GetGenerateNeededStock()); }
public DataTable GetGenerateNeededStockMultiDistributorAndProductBll() { objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty); return(objReplenishmentMasterDAL.GetGenerateNeededStockMultiDistributorAndProduct()); }
public bool ADD() { objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty); return(objReplenishmentMasterDAL.Insert()); }