Beispiel #1
0
 public ActionResult GetTemplate(string id)
 {
     return(Json(TemplatesService.GetBy(id), JsonRequestBehavior.AllowGet));
 }