Exemplo n.º 1
0
 public async Task <WatchListModel> RenameWatchList(int id, string newName)
 {
     return(await watchListRepository.RenameWatchList(id, newName));
 }