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