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