Beispiel #1
0
 public static DataSet POLOG_Get_Payment_Schedule_Amount(string Supplier_Code, int?Vessel_Code, string Owner_Code, int UrgentChk, int?UserID)
 {
     return(DAL_POLOG_Register.POLOG_Get_Payment_Schedule_Amount(Supplier_Code, Vessel_Code, Owner_Code, UrgentChk, UserID));
 }