示例#1
0
 public virtual domain.Song Update(domain.Song song)
 {
     throw new NotImplementedException();
 }
示例#2
0
 public virtual bool Delete(domain.Song song)
 {
     throw new NotImplementedException();
 }