Ejemplo n.º 1
0
 //Customer list call
 public List <CustomerModel> GetCustomerList()
 {
     return(customerGateway.FillCustomerGrid());
 }