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