コード例 #1
0
 public DataTable GetSupplierScopeDetails(string strSupplierCode)
 {
     return(objSupplier.GetSupplierScopeDetails(strSupplierCode));
 }