public tblLevelController(ItblAccessLevelService _tblAccessLevelService, ItblAccessLevelDetailService _tblAccessLevelDetailService, ItblAccessDoorService _tblAccessDoorService, ItblAccessTimezoneService _tblAccessTimezoneService, ItblAccessControllerService _tblAccessControllerService) { this._tblAccessLevelService = _tblAccessLevelService; this._tblAccessLevelDetailService = _tblAccessLevelDetailService; this._tblAccessDoorService = _tblAccessDoorService; this._tblAccessTimezoneService = _tblAccessTimezoneService; this._tblAccessControllerService = _tblAccessControllerService; }
public LoaderAppApiController(ItblAccessControllerService _tblAccessControllerService, ItblAccessLineService _tblAccessLineService, ISelfHostConfigService _SelfHostConfigService, ItblAccessPCService _tblAccessPCService, ItblCardGroupService _tblCardGroupService, ItblAccessLevelService _tblAccessLevelService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardService _tblCardService, IUserService _UserService, ItblCustomerService _tblCustomerService) { this._tblAccessControllerService = _tblAccessControllerService; this._tblAccessLineService = _tblAccessLineService; this._SelfHostConfigService = _SelfHostConfigService; this._tblAccessPCService = _tblAccessPCService; this._tblCardGroupService = _tblCardGroupService; this._tblAccessLevelService = _tblAccessLevelService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblCardService = _tblCardService; this._UserService = _UserService; this._tblCustomerService = _tblCustomerService; }
public tblCustomerController(ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, ItblAccessLevelService _tblAccessLevelService, ItblAccessControllerService _tblAccessControllerService, ItblAccessLineService _tblAccessLineService, ItblAccessPCService _tblAccessPCService, ISelfHostConfigService _SelfHostConfigService, ItblAccessLevelDetailService _tblAccessLevelDetailService, ItblAccessUploadDetailService _tblAccessUploadDetailService) { this._tblCustomerService = _tblCustomerService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; this._tblAccessLevelService = _tblAccessLevelService; this._tblAccessControllerService = _tblAccessControllerService; this._tblAccessLineService = _tblAccessLineService; this._tblAccessPCService = _tblAccessPCService; this._SelfHostConfigService = _SelfHostConfigService; this._tblAccessLevelDetailService = _tblAccessLevelDetailService; this._tblAccessUploadDetailService = _tblAccessUploadDetailService; }
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; }