Ejemplo n.º 1
0
 public HomeController(IMenuFunctionService _MenuFunctionService, ItblCardEventService _tblCardEventService, ItblLockerControllerService _tblLockerControllerService, ItblLockerService _tblLockerService)
 {
     this._MenuFunctionService        = _MenuFunctionService;
     this._tblCardEventService        = _tblCardEventService;
     this._tblLockerControllerService = _tblLockerControllerService;
     this._tblLockerService           = _tblLockerService;
 }
Ejemplo n.º 2
0
 public RoleController(IRoleService _RoleService, IRoleMenuService _RoleMenuService, IMenuFunctionService _MenuFunctionService, IUserRoleService _UserRoleService)
 {
     this._RoleService         = _RoleService;
     this._RoleMenuService     = _RoleMenuService;
     this._MenuFunctionService = _MenuFunctionService;
     this._UserRoleService     = _UserRoleService;
 }
Ejemplo n.º 3
0
 public HomeController(IMenuFunctionService _MenuFunctionService, IMenuFunctionConfigService _MenuFunctionConfigService, ISystemRecordService _SystemRecordService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._MenuFunctionService       = _MenuFunctionService;
     this._MenuFunctionConfigService = _MenuFunctionConfigService;
     this._SystemRecordService       = _SystemRecordService;
     this._tblSystemConfigService    = _tblSystemConfigService;
 }
Ejemplo n.º 4
0
 public UserController(IUserService _UserService, IMenuFunctionService _MenuFunctionService, IUserRoleService _UserRoleService, IRoleService _RoleService, IUserConfigService _UserConfigService)
 {
     this._UserService         = _UserService;
     this._MenuFunctionService = _MenuFunctionService;
     this._UserRoleService     = _UserRoleService;
     this._RoleService         = _RoleService;
     this._UserConfigService   = _UserConfigService;
 }
Ejemplo n.º 5
0
 public UserController(IUserService _UserService, IMenuFunctionService _MenuFunctionService, IUserRoleService _UserRoleService, IRoleService _RoleService, ItblSystemConfigService _tblSystemConfigService, IUser_AuthGroupService _User_AuthGroupService, ItblCardGroupService _tblCardGroupService)
 {
     this._UserService            = _UserService;
     this._MenuFunctionService    = _MenuFunctionService;
     this._UserRoleService        = _UserRoleService;
     this._RoleService            = _RoleService;
     this._tblSystemConfigService = _tblSystemConfigService;
     this._User_AuthGroupService  = _User_AuthGroupService;
     this._tblCardGroupService    = _tblCardGroupService;
 }
Ejemplo n.º 6
0
 public HomeController(IMenuFunctionService _MenuFunctionService)
 {
     this._MenuFunctionService = _MenuFunctionService;
 }
Ejemplo n.º 7
0
 public HomeController(IMenuFunctionService _MenuFunctionService, ItblCardEventService _tblCardEventService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._MenuFunctionService    = _MenuFunctionService;
     this._tblCardEventService    = _tblCardEventService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
Ejemplo n.º 8
0
 public ExcelColumnController(IExcelColumnService _ExcelColumnService, IMenuFunctionService _MenuFunctionService)
 {
     this._ExcelColumnService  = _ExcelColumnService;
     this._MenuFunctionService = _MenuFunctionService;
 }