예제 #1
0
 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
 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;
 }