Exemple #1
0
        public override void UpdateStatus()
        {
            Permanent_Route_Plan_Setup_Property objPermanentRoutePlanSetupPropertyNew = new Permanent_Route_Plan_Setup_Property();

            objPermanentRoutePlanSetupPropertyNew.ID        = base.Id;
            objPermanentRoutePlanSetupPropertyNew.Status    = base.Status;
            objPermanentRoutePlanSetupPropertyNew.TableName = objPermanentRoutePlanSetupProperty.TableName;

            objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupPropertyNew);
            objPermanentRoutePlanSetupDAL.UpdateStatus();
        }
 public Permanent_Route_Plan_Setup_DAL(Permanent_Route_Plan_Setup_Property ObjPermanent_Route_Plan_Setup_Property)
 {
     ObjPermanentRoutePlanSetupProperty = ObjPermanent_Route_Plan_Setup_Property;
 }
Exemple #3
0
 public Permanent_Route_Plan_Setup_BLL(Permanent_Route_Plan_Setup_Property objPermanent_Route_Plan_Setup_Property)
 {
     objPermanentRoutePlanSetupProperty = objPermanent_Route_Plan_Setup_Property;
 }