示例#1
0
文件: Song.cs 项目: rseaver/RBS.Core
 public virtual void RemoveLyrics(Lyrics lyrics)
 {
     _lyrics.Remove(lyrics);
 }