public IEnumerable <PhotoViewModel> GetForTag(string tagName) { return(_photosService.GetForTag(tagName, _getForTagPageSize).ToViewModels()); }
public IEnumerable <PhotoViewModel> GetForTag(string tagName) { return(PhotosMapper.MapRange(_photosService.GetForTag(tagName, _getForTagPageSize))); }