Exemple #1
0
 public static DataTable GET_ItemType(string QuotationCode, string ItemRefCode)
 {
     return(DAL_PURC_Common.GET_ItemType_DL(QuotationCode, ItemRefCode));
 }