Beispiel #1
0
        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();
        }
Beispiel #2
0
 public DataTable GetDistributorAgainstMultipleIdsBll()
 {
     objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty);
     return(objReplenishmentMasterDAL.GetDistributorAgainstMultipleIds());
 }
Beispiel #3
0
 public DataTable GetGenerateNeededStockBll()
 {
     objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty);
     return(objReplenishmentMasterDAL.GetGenerateNeededStock());
 }
Beispiel #4
0
 public DataTable GetGenerateNeededStockMultiDistributorAndProductBll()
 {
     objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty);
     return(objReplenishmentMasterDAL.GetGenerateNeededStockMultiDistributorAndProduct());
 }
Beispiel #5
0
 public bool ADD()
 {
     objReplenishmentMasterDAL = new Replenishment_Master_DAL(objReplenishmentMasterProperty);
     return(objReplenishmentMasterDAL.Insert());
 }