public AC_RoleController(IAC_RoleService aC_RoleService, IAC_ModuleService _ModuleService,
                          IAC_FunctionService _FunctionService)
 {
     _aC_RoleService       = aC_RoleService;
     this._ModuleService   = _ModuleService;
     this._FunctionService = _FunctionService;
 }
示例#2
0
 public AC_FunctionController(IAC_FunctionService aC_FunctionService, IAC_ModuleService aC_ModuleService)
 {
     _aC_FunctionService = aC_FunctionService;
     _aC_ModuleService   = aC_ModuleService;
 }