Exemplo n.º 1
0
 public Task <List <Party> > GetAllAsync()
 {
     return(_repository.GetAllAsync());
 }