Пример #1
0
 public async Task DeleteWatchList(int id)
 {
     await watchListRepository.DeleteWatchList(id);
 }