Exemplo n.º 1
0
 public ActionResult GetAlbums()
 {
     return(Json(_photoAlbumService.GetPhotoAlbums(), JsonRequestBehavior.AllowGet));
 }