public PermissionService(YunZhiDbContext context) : base(context) { }
public RoleService(YunZhiDbContext context) : base(context) { }
public OperationService(YunZhiDbContext context, IRoleService roleService) : base(context) { _roleService = roleService; }
public UserGroupService(YunZhiDbContext context) : base(context) { }
public MenuService(YunZhiDbContext context, IRoleService roleService) : base(context) { _roleService = roleService; }
public OperationGroupService(YunZhiDbContext context) : base(context) { }