Exemplo n.º 1
0
 public virtual domain.Song Update(domain.Song song)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public virtual bool Delete(domain.Song song)
 {
     throw new NotImplementedException();
 }