Esempio n. 1
0
 public async Task <List <Customer> > ListAllCustomers()
 {
     return(await _customerDataService.ListAllCustomers());
 }