Пример #1
0
 public async Task <List <Portfolios> > Get()
 {
     return(await _portfolioRepo.GetPortfolios());
 }