Пример #1
0
 public Album GetPhotosByAlbumName(string albumName)
 {
     return(_repository.GetPhotosByAlbumName(albumName));
 }