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