예제 #1
0
 public static DataTable Get_SupplierList(string Supplier_Search, int RFQSent_REQ_ID)
 {
     return(DAL_TRV_Supplier.Get_SupplierList_DL(Supplier_Search, RFQSent_REQ_ID));
 }
예제 #2
0
 public static DataTable Get_SupplierList(string Supplier_Search)
 {
     return(DAL_TRV_Supplier.Get_SupplierList_DL(Supplier_Search));
 }