示例#1
0
 public static string POLOG_Delete_Payment_Invoice(string Payment_ID, string Supplier_Code, int?Payment_Year, int UserID)
 {
     return(DAL_POLOG_Register.POLOG_Delete_Payment_Invoice(Payment_ID, Supplier_Code, Payment_Year, UserID));
 }