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