Esempio n. 1
0
 public string Delete(Album album)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public string Insert(Album album)
 {
     throw new NotImplementedException();
 }