Пример #1
0
 public IActionResult DeletePlayList(int Id)
 {
     return(Ok(repository.DeletePlayList(Id)));
 }