コード例 #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();
 }