Esempio n. 1
0
 public ActionResult IsComponentTypeActive(int componentTypeId, int id)
 {
     return(Json(_componentTypeService.IsComponentTypeActive(componentTypeId), JsonRequestBehavior.AllowGet));
 }