示例#1
0
 public async Task <PortfolioDto> GetLast(string isin)
 {
     return(await portfolioService.GetLastByIsinAsync(isin));
 }