Ejemplo n.º 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();
        }
Ejemplo n.º 2
0
 public string UpdatePermenantRoutPlanSetupXML()
 {
     objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupProperty);
     return(objPermanentRoutePlanSetupDAL.UpdatePermenantRoutPlanSetupXML());
 }
Ejemplo n.º 3
0
 public bool Update()
 {
     objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupProperty);
     return(objPermanentRoutePlanSetupDAL.Update());
 }
Ejemplo n.º 4
0
 public bool Add()
 {
     objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupProperty);
     return(objPermanentRoutePlanSetupDAL.Insert());
 }
Ejemplo n.º 5
0
 public DataSet ViewAllMasterDetailByMasterID()
 {
     objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupProperty);
     return(objPermanentRoutePlanSetupDAL.SelectAllMasterDetailByMasterID());
 }
Ejemplo n.º 6
0
 public DataTable ViewAllPermanentRoute_New()
 {
     objPermanentRoutePlanSetupDAL = new Permanent_Route_Plan_Setup_DAL(objPermanentRoutePlanSetupProperty);
     return(objPermanentRoutePlanSetupDAL.SelectAllPermanentRoute_new());
 }