コード例 #1
0
ファイル: SearchFolder.cs プロジェクト: kotaroiwanaga/TeamB
 public SearchFolder(RepositoryMaster repositoryMaster, IPhotoFileService photoFileService)
 {
     this.repositoryMaster = repositoryMaster;
     this.photoFileService = photoFileService;
 }
コード例 #2
0
 public ToggleIsFavorite(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #3
0
 public DeleteKeyword(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #4
0
 public SearchAlbum(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #5
0
ファイル: Filter.cs プロジェクト: kotaroiwanaga/TeamB
 public Filter(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #6
0
 public AddKeyword(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #7
0
 public GetAllAlbums(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
コード例 #8
0
 public AddAlbum(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }