예제 #1
0
 public int AddPlayList([FromBody] PlaylistInfo pl)
 {
     return(_musicRepository.AddPlayList(pl.Name));
 }