Exemple #1
0
 public async Task <IEnumerable <Proposal> > ListByIdAsync(int Id)
 {
     return(await _proposalRepository.ListByIdAsync(Id));
 }