public static BG_MonPayPlanRemark GetBG_MonPayPlanRemarkByPRID(int pRID)
 {
     return(BG_MonPayPlanRemarkService.GetBG_MonPayPlanRemarkByPRID(pRID));
 }
 public static DataTable GetAllBG_MonPayPlanRemark()
 {
     return(BG_MonPayPlanRemarkService.GetAllBG_MonPayPlanRemark());
 }
 public static bool ModifyBG_MonPayPlanRemark(BG_MonPayPlanRemark bG_MonPayPlanRemark)
 {
     return(BG_MonPayPlanRemarkService.ModifyBG_MonPayPlanRemark(bG_MonPayPlanRemark));
 }
 public static bool DeleteBG_MonPayPlanRemarkByID(int pRID)
 {
     return(BG_MonPayPlanRemarkService.DeleteBG_MonPayPlanRemarkByPRID(pRID));
 }
 public static bool DeleteBG_MonPayPlanRemark(BG_MonPayPlanRemark bG_MonPayPlanRemark)
 {
     return(BG_MonPayPlanRemarkService.DeleteBG_MonPayPlanRemark(bG_MonPayPlanRemark));
 }
 public static BG_MonPayPlanRemark AddBG_MonPayPlanRemark(BG_MonPayPlanRemark bG_MonPayPlanRemark)
 {
     return(BG_MonPayPlanRemarkService.AddBG_MonPayPlanRemark(bG_MonPayPlanRemark));
 }