Example #1
0
 public static BG_ProPay GetBG_ProPayByProPID(int proPID)
 {
     return(BG_ProPayService.GetBG_ProPayByProPID(proPID));
 }
Example #2
0
 public static DataTable GetAllBG_ProPay()
 {
     return(BG_ProPayService.GetAllBG_ProPay());
 }
Example #3
0
 public static bool ModifyBG_ProPay(BG_ProPay bG_ProPay)
 {
     return(BG_ProPayService.ModifyBG_ProPay(bG_ProPay));
 }
Example #4
0
 public static bool DeleteBG_ProPayByID(int proPID)
 {
     return(BG_ProPayService.DeleteBG_ProPayByProPID(proPID));
 }
Example #5
0
 public static bool DeleteBG_ProPay(BG_ProPay bG_ProPay)
 {
     return(BG_ProPayService.DeleteBG_ProPay(bG_ProPay));
 }
Example #6
0
 public static BG_ProPay AddBG_ProPay(BG_ProPay bG_ProPay)
 {
     return(BG_ProPayService.AddBG_ProPay(bG_ProPay));
 }