public tblCustomerController(ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._tblCustomerService      = _tblCustomerService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCardService          = _tblCardService;
 }
 public tblAccessUploadProcessService(ItblAccessUploadProcessRepository _tblAccessUploadProcessRepository, ItblCardService _tblCardService, ItblCustomerService _tblCustomerService, IUnitOfWork _UnitOfWork)
 {
     this._tblAccessUploadProcessRepository = _tblAccessUploadProcessRepository;
     this._tblCardService     = _tblCardService;
     this._tblCustomerService = _tblCustomerService;
     this._UnitOfWork         = _UnitOfWork;
 }
 public tblCardEventService(ItblCardEventRepository _tblCardEventRepository, ItblLoopEventRepository _tblLoopEventRepository, ItblLaneService _tblLaneService, ItblCardService _tblCardService, ItblCustomerService _tblCustomerService)
 {
     this._tblCardEventRepository = _tblCardEventRepository;
     this._tblLoopEventRepository = _tblLoopEventRepository;
     this._tblCardService         = _tblCardService;
     this._tblLaneService         = _tblLaneService;
     this._tblCustomerService     = _tblCustomerService;
 }
Exemplo n.º 4
0
 public ReportController(IReportService _ReportService, ItblCardGroupService _tblCardGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerGroupService _tblCustomerGroupService, ItblCustomerService _tblCustomerService, ItblCardService _tblCardService, ItblLockerControllerService _tblLockerControllerService)
 {
     this._ReportService              = _ReportService;
     this._tblCardGroupService        = _tblCardGroupService;
     this._tblSystemConfigService     = _tblSystemConfigService;
     this._tblCustomerGroupService    = _tblCustomerGroupService;
     this._tblCustomerService         = _tblCustomerService;
     this._tblCardService             = _tblCardService;
     this._tblLockerControllerService = _tblLockerControllerService;
 }
Exemplo n.º 5
0
 public ActiveCardListTRANSERCOController(ItblActiveCardService _tblActiveCardService, ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, IUserService _UserService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService)
 {
     this._tblActiveCardService    = _tblActiveCardService;
     this._tblCustomerService      = _tblCustomerService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._UserService             = _UserService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCardService          = _tblCardService;
 }
Exemplo n.º 6
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;
 }
 public tblCardsController(ItblCardService _itblCardService, ItblSystemConfigService _tblSystemConfigService, ItblCustomerGroupService _tblCustomerGroupservice, ItblCardGroupService _cardGroupService, ItblCardEventService _tblCardEvenService, ItblCustomerService _tblCustomerService)
 {
     this._itblCardService         = _itblCardService;
     this._tblSystemConfigService  = _tblSystemConfigService;
     this._tblCustomerGroupservice = _tblCustomerGroupservice;
     this._cardGroupService        = _cardGroupService;
     this._cardGroupService        = _cardGroupService;
     this._tblCardEvenService      = _tblCardEvenService;
     this._tblCustomerService      = _tblCustomerService;
 }
 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;
 }
Exemplo n.º 9
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;
 }
Exemplo n.º 10
0
        public UploadController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblLockerPCService _tblLockerPCService, ItblLockerSelfHostService _tblLockerSelfHostService, ItblLockerLineService _tblLockerLineService, ItblLockerControllerService _tblLockerControllerService, ItblLockerService _tblLockerService, ItblLockerProcessService _tblLockerProcessService)
        {
            this._tblCardService          = _tblCardService;
            this._tblCardGroupService     = _tblCardGroupService;
            this._tblCustomerService      = _tblCustomerService;
            this._tblCustomerGroupService = _tblCustomerGroupService;

            this._tblLockerPCService         = _tblLockerPCService;
            this._tblLockerSelfHostService   = _tblLockerSelfHostService;
            this._tblLockerLineService       = _tblLockerLineService;
            this._tblLockerControllerService = _tblLockerControllerService;
            this._tblLockerService           = _tblLockerService;
            this._tblLockerProcessService    = _tblLockerProcessService;
        }
Exemplo n.º 11
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;
 }
Exemplo n.º 12
0
 public tblCustomersController(ItblCustomerService itblCustomerService, ItblCustomerGroupService itblCustomerGrService)
 {
     this.itblCustomerGrService = itblCustomerGrService;
     this.itblCustomerService   = itblCustomerService;
 }
Exemplo n.º 13
0
 public CommonUseController(ItblCustomerService _tblCustomerService)
 {
     this._tblCustomerService = _tblCustomerService;
 }