示例#1
0
 public AppRoleController(IAppRoleServiceInterface appRoleServiceInterface, IAuthorizationService authorizationService,
                          IPermissionServiceInterface permissionServiceInterface, IFunctionServiceInterface functionService)
 {
     _appRoleServiceInterface    = appRoleServiceInterface;
     _authorizationService       = authorizationService;
     _permissionServiceInterface = permissionServiceInterface;
     _functionService            = functionService;
 }
示例#2
0
 public FunctionViewComponent(IAppUserServiceInterface appUserServiceInterface, IFunctionServiceInterface functionServiceInterface,
                              IAppUserRoleServiceInterface appUserRoleServiceInterface)
 {
     //_userManager = userManager;
     _appUserServiceInterface     = appUserServiceInterface;
     _functionServiceInterface    = functionServiceInterface;
     _appUserRoleServiceInterface = appUserRoleServiceInterface;
 }
示例#3
0
 public FunctionViewComponent(IFunctionServiceInterface functionServiceInterface)
 {
     _functionServiceInterface = functionServiceInterface;
 }