示例#1
0
 public async Task <WatchListModel> DeleteStocks(int id, string symbol)
 {
     return(await watchListRepository.DeleteStocks(id, symbol));
 }