Ejemplo n.º 1
0
 public virtual ActionResult AddCheckExistAttributeForCategory(string name, long categoryId)
 {
     return(_attributeService.ExisByName(name, categoryId) ? Json(false) : Json(true));
 }