예제 #1
0
파일: Song.cs 프로젝트: rseaver/RBS.Core
 public virtual void RemoveLyrics(Lyrics lyrics)
 {
     _lyrics.Remove(lyrics);
 }