Пример #1
0
 public ActionResult CheckEditStrucNameExists(string strucName, int id)
 {
     return(Json(!StructureBLL.CheckStrucNameExists(strucName, id)));
 }
Пример #2
0
 public ActionResult CheckAddStrucNameExists(string strucName)
 {
     return(Json(!StructureBLL.CheckStrucNameExists(strucName)));
 }