コード例 #1
0
 /*      DELETE                       */
 /* --------------------------------- */
 public void DeletePlaylist(string playlistName)
 {
     _services.Delete(playlistName);
     return;
 }