Exemplo n.º 1
0
 public ActionResult Comments(int photoId)
 {
     return(Json(_photoAlbumService.GetComments(photoId), JsonRequestBehavior.AllowGet));
 }