Example #1
0
 public static bool UpdateFK(PP_Payment pp, List <PP_PaymentGoods> list, ref string strErr)
 {
     return(PpPro.UpdateFK(pp, list, ref strErr));
 }
Example #2
0
 public static bool UpdateFKCP(PP_Payment record, List <PP_PaymentGoods> delist, ref string strErr, List <PP_ChoseGoods> str)
 {
     return(PpPro.UpdateFKCP(record, delist, ref strErr, str));
 }
Example #3
0
 public static bool InsertLJFK(PP_Payment record, string DID, List <PP_PaymentGoods> delist, ref string strErr, List <string> str)
 {
     return(PpPro.InsertLJFK(record, DID, delist, ref strErr, str));
 }