Esempio n. 1
0
 public void IncludedGenresSetting_Add(ISettings settings, Specification.Interfaces.Genres.IGenre genreToAttach)
 {
     throw new NotImplementedException();
 }
Esempio n. 2
0
 public void ExcludedGenresSetting_Remove(ISettings settings, Specification.Interfaces.Genres.IGenre genreToRemove)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public void Genre_Remove(ITrack track, Specification.Interfaces.Genres.IGenre genre)
 {
     throw new NotImplementedException();
 }