Exemplo n.º 1
0
 public tblAccessUploadProcessController(ItblAccessUploadProcessService _tblAccessUploadProcessService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, IUserService _UserService, ItblAccessControllerService _tblAccessControllerService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerService _tblCustomerService)
 {
     this._tblAccessUploadProcessService = _tblAccessUploadProcessService;
     this._tblCustomerGroupService       = _tblCustomerGroupService;
     this._tblCardGroupService           = _tblCardGroupService;
     this._UserService = _UserService;
     this._tblAccessControllerService = _tblAccessControllerService;
     this._tblSystemConfigService     = _tblSystemConfigService;
     this._tblCustomerService         = _tblCustomerService;
 }
Exemplo n.º 2
0
 public UploadController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService,
                         ItblAccessPCService _tblAccessPCService, ItblAccessControllerService _tblAccessControllerService,
                         ItblAccessLevelService _tblAccessLevelService, ISelfHostConfigService _SelfHostConfigService, ItblAccessLineService _tblAccessLineService,
                         ItblAccessUploadProcessService _tblAccessUploadProcessService, ItblCustomerService _tblCustomerService, ItblAccessControllerGroupService _tblAccessControllerGroupService)
 {
     this._tblCardService                  = _tblCardService;
     this._tblCardGroupService             = _tblCardGroupService;
     this._tblCustomerGroupService         = _tblCustomerGroupService;
     this._tblAccessPCService              = _tblAccessPCService;
     this._tblAccessControllerService      = _tblAccessControllerService;
     this._tblAccessLevelService           = _tblAccessLevelService;
     this._SelfHostConfigService           = _SelfHostConfigService;
     this._tblAccessLineService            = _tblAccessLineService;
     this._tblAccessUploadProcessService   = _tblAccessUploadProcessService;
     this._tblCustomerService              = _tblCustomerService;
     this._tblAccessControllerGroupService = _tblAccessControllerGroupService;
 }