Beispiel #1
0
 public SearchFolder(RepositoryMaster repositoryMaster, IPhotoFileService photoFileService)
 {
     this.repositoryMaster = repositoryMaster;
     this.photoFileService = photoFileService;
 }
 public ToggleIsFavorite(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #3
0
 public DeleteKeyword(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #4
0
 public SearchAlbum(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #5
0
 public Filter(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #6
0
 public AddKeyword(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #7
0
 public GetAllAlbums(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }
Beispiel #8
0
 public AddAlbum(RepositoryMaster repositoryMaster)
 {
     this.repositoryMaster = repositoryMaster;
 }