Пример #1
0
 public IActionResult AddSongsToPlayList(AddSongToPlayListRequest data)
 {
     return(Ok(repository.AddSongsToPlayList(data)));
 }