Exemplo n.º 1
0
 public ActionResult Update(Photo photo)
 {
     return Json(photoOper.Update(photo));
 }
Exemplo n.º 2
0
 public ActionResult Del(Photo photo)
 {
     return Json(photoOper.Del(photo));
 }
Exemplo n.º 3
0
 public ActionResult Add(Photo photo)
 {
     return Json(photoOper.Add(photo));
 }