Exemplo n.º 1
0
 public async Task <Client> FindAsync(int id)
 => await _clientsRepository.FindAsync(id);