コード例 #1
0
 //Customer list call
 public List <CustomerModel> GetCustomerList()
 {
     return(customerGateway.FillCustomerGrid());
 }