Exemple #1
0
 public Photo ChangeAlbum(string photoTitle, string albumTitle)
 {
     return(changeAlbum.Execute(photoTitle, albumTitle));
 }
Exemple #2
0
 public Photo ChangeAlbum(Photo photo, string newAlbumName)
 {
     return(changeAlbum.Execute(photo, newAlbumName));
 }