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