Beispiel #1
0
 public async Task <IEnumerable <CustomerDto> > GetAllCustomers() =>
 await _customerFacade.GetAllCustomers().ConfigureAwait(false);