Exemple #1
0
 public ActionResult RunDocUtils()
 {
     return(Json(DocUtil.Run(CurrentUser.Id), JsonRequestBehavior.AllowGet));
 }