Ejemplo n.º 1
0
 public IEnumerable <PhotoComment> GetComments(string photoId)
 {
     return(PhotoRepository.GetComments(photoId));
 }