Exemple #1
0
 public List <UserInvestmentDto> GetAllInvestmentsByBackerID(long id)
 {
     return(investmentService.GetAllByBackerID(id));
 }