コード例 #1
0
 public JsonResult <bool> RoleExistsForEdit(string name, int id)
 {
     return(Json(_roleService.RoleExistsForEdit(name, id)));
 }