Exemplo n.º 1
0
 public IEnumerable <PhotoViewModel> GetPhotosHome(int page)
 {
     return(_photosService.GetPhotosHome(page, _getHomePageSize).ToViewModels());
 }
Exemplo n.º 2
0
 public IEnumerable <PhotoViewModel> GetPhotosHome(int page)
 {
     return(PhotosMapper.MapRange(_photosService.GetPhotosHome(page, _getHomePageSize)));
 }