Пример #1
0
 public async Task <Customer> FetchCustomerById(int id)
 {
     return(_dataOperations.FetchExistingCustomer(id));
 }