// GET: Users
 public JsonResult ShowOperation()
 {
     return Json(ioperation.ShowOperation(), JsonRequestBehavior.AllowGet);
 }
Exemplo n.º 2
0
 public JsonResult Indexs()
 {
     return(Json(ioperation.ShowOperation(), JsonRequestBehavior.AllowGet));
 }