public static BG_MonPayPlan_Attach GetBG_MonPayPlan_AttachByCPAID(int cPAID)
 {
     return(BG_MonPayPlan_AttachService.GetBG_MonPayPlan_AttachByCPAID(cPAID));
 }
 public static DataTable GetAllBG_MonPayPlan_Attach()
 {
     return(BG_MonPayPlan_AttachService.GetAllBG_MonPayPlan_Attach());
 }
 public static bool ModifyBG_MonPayPlan_Attach(BG_MonPayPlan_Attach bG_MonPayPlan_Attach)
 {
     return(BG_MonPayPlan_AttachService.ModifyBG_MonPayPlan_Attach(bG_MonPayPlan_Attach));
 }
 public static bool DeleteBG_MonPayPlan_AttachByID(int cPAID)
 {
     return(BG_MonPayPlan_AttachService.DeleteBG_MonPayPlan_AttachByCPAID(cPAID));
 }
 public static bool DeleteBG_MonPayPlan_Attach(BG_MonPayPlan_Attach bG_MonPayPlan_Attach)
 {
     return(BG_MonPayPlan_AttachService.DeleteBG_MonPayPlan_Attach(bG_MonPayPlan_Attach));
 }
 public static BG_MonPayPlan_Attach AddBG_MonPayPlan_Attach(BG_MonPayPlan_Attach bG_MonPayPlan_Attach)
 {
     return(BG_MonPayPlan_AttachService.AddBG_MonPayPlan_Attach(bG_MonPayPlan_Attach));
 }