Beispiel #1
0
 public JsonResult <bool> RoleExists(string name)
 {
     return(Json(_roleService.RoleExists(name)));
 }