示例#1
0
 public async Task DeleteStock(Guid stockId)
 {
     await _stocksRepository.DeletePortfolioItem(stockId);
 }