Example #1
0
 public ActionResult GetTemplatets()
 {
     return(Json(new
     {
         templates = TemplatesService.GetAll()
     }, JsonRequestBehavior.AllowGet));
 }