Exemplo n.º 1
0
 public async Task GetOneAsync()
 {
     var client = await clientsRepository.GetAsync(await GetClientIdAsync());
 }