Exemplo n.º 1
0
 public async Task GetListAsync()
 {
     var clients = await clientsRepository.GetListAsync(1, 1);
 }