Exemple #1
0
 public static bool UpdateSH(PP_ReceivingInformation pp, List <PP_StorageDetailed> list, ref string strErr)
 {
     return(PpPro.UpdateSH(pp, list, ref strErr));
 }
Exemple #2
0
 public static bool UpdateCPSHXX(PP_ReceivingInformation record, string DID, List <PP_StorageDetailed> delist, ref string strErr, List <PP_ChoseGoods> str)
 {
     return(PpPro.UpdateCPSHXX(record, DID, delist, ref strErr, str));
 }
Exemple #3
0
 public static bool InsertSH(PP_ReceivingInformation record, string DID, List <PP_StorageDetailed> delist, ref string strErr, List <string> str)
 {
     return(PpPro.InsertSH(record, DID, delist, ref strErr, str));
 }