Example #1
0
 public static DataTable POLOG_Get_Approved_Invoice_Count(string Supplier_Code, int?Vessel_Code, string Owner_Code, int UrgentChk, int?UserID)
 {
     return(DAL_POLOG_Register.POLOG_Get_Approved_Invoice_Count(Supplier_Code, Vessel_Code, Owner_Code, UrgentChk, UserID));
 }