コード例 #1
0
ファイル: UserRepository.cs プロジェクト: terumisuki/Saga.Dal
 public void IncludedGenresSetting_Add(ISettings settings, Specification.Interfaces.Genres.IGenre genreToAttach)
 {
     throw new NotImplementedException();
 }
コード例 #2
0
ファイル: UserRepository.cs プロジェクト: terumisuki/Saga.Dal
 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();
 }