Ejemplo n.º 1
0
 public IEnumerable <PhotoViewModel> GetForTag(string tagName)
 {
     return(_photosService.GetForTag(tagName, _getForTagPageSize).ToViewModels());
 }
Ejemplo n.º 2
0
 public IEnumerable <PhotoViewModel> GetForTag(string tagName)
 {
     return(PhotosMapper.MapRange(_photosService.GetForTag(tagName, _getForTagPageSize)));
 }