コード例 #1
0
 public DataSet SelectSupplier_Filter(string Country)
 {
     return(objSupplier.SelectSupplier_Filter(Country));
 }