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