Exemplo n.º 1
0
 public List <UserInvestmentDto> GetAllInvestmentsByProjectID(long id)
 {
     return(investmentService.GetAllByProjectID(id));
 }