コード例 #1
0
 public async Task <IActionResult> GetPortfolioByUser([FromRoute] Guid userId) =>
 Ok(await _portfolioService.GetByUser(userId));