Ejemplo n.º 1
0
 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;
 }
Ejemplo n.º 2
0
 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;
 }