Ejemplo n.º 1
0
 public List <Photo> UserPhotos(string userId)
 {
     return(_repository.UserPhotos(userId));
 }