コード例 #1
0
ファイル: BLCustomer.cs プロジェクト: 23095502/RFPRest
 public DataSet GetCustomers()
 {
     return(oDLCustomer.GetCustomers(this));
 }