/// <summary> /// 获取所有的用户角色 /// </summary> /// <returns></returns> public static List <UserRole> GetALLUserRole() { return(UserRoleService.GetAllUserRole()); }