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 Replenishment_Master_BLL(Replenishment_Master_Property objReplenishment_Master_Property)
 {
     objReplenishmentMasterProperty = objReplenishment_Master_Property;
 }
 public Replenishment_Master_DAL(Replenishment_Master_Property objReplenishment_Master_Property)
 {
     ObjReplenishmentMasterProperty = objReplenishment_Master_Property;
 }