示例#1
0
 public PermissionService(YunZhiDbContext context) : base(context)
 {
 }
示例#2
0
 public RoleService(YunZhiDbContext context) : base(context)
 {
 }
示例#3
0
 public OperationService(YunZhiDbContext context, IRoleService roleService) : base(context)
 {
     _roleService = roleService;
 }
示例#4
0
 public UserGroupService(YunZhiDbContext context) : base(context)
 {
 }
示例#5
0
 public MenuService(YunZhiDbContext context, IRoleService roleService) : base(context)
 {
     _roleService = roleService;
 }
示例#6
0
 public OperationGroupService(YunZhiDbContext context) : base(context)
 {
 }