public static BG_MonPayPlanA GetBG_MonPayPlanAByCAID(int cAID)
 {
     return(BG_MonPayPlanAService.GetBG_MonPayPlanAByCAID(cAID));
 }
 public static DataTable GetAllBG_MonPayPlanA()
 {
     return(BG_MonPayPlanAService.GetAllBG_MonPayPlanA());
 }
 public static bool ModifyBG_MonPayPlanA(BG_MonPayPlanA bG_MonPayPlanA)
 {
     return(BG_MonPayPlanAService.ModifyBG_MonPayPlanA(bG_MonPayPlanA));
 }
 public static bool DeleteBG_MonPayPlanAByID(int cAID)
 {
     return(BG_MonPayPlanAService.DeleteBG_MonPayPlanAByCAID(cAID));
 }
 public static bool DeleteBG_MonPayPlanA(BG_MonPayPlanA bG_MonPayPlanA)
 {
     return(BG_MonPayPlanAService.DeleteBG_MonPayPlanA(bG_MonPayPlanA));
 }
 public static BG_MonPayPlanA AddBG_MonPayPlanA(BG_MonPayPlanA bG_MonPayPlanA)
 {
     return(BG_MonPayPlanAService.AddBG_MonPayPlanA(bG_MonPayPlanA));
 }