Пример #1
0
 public async Task <ServiceResponse <List <CustomerViewModel> > > GetCustomerAccounts()
 {
     return(await _customerBusiness.GetCustomerAccounts().ConfigureAwait(true));
 }