public tblCustomerController(ItblCustomerService _tblCustomerService, ItblCustomerGroupService _tblCustomerGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService) { this._tblCustomerService = _tblCustomerService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; }
public ActiveCardTRANSERCOController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, ItblFeeService _tblFeeService) { this._tblCardService = _tblCardService; this._tblCardGroupService = _tblCardGroupService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblFeeService = _tblFeeService; }
public tblAccessUploadProcessService(ItblAccessUploadProcessRepository _tblAccessUploadProcessRepository, ItblCardService _tblCardService, ItblCustomerService _tblCustomerService, IUnitOfWork _UnitOfWork) { this._tblAccessUploadProcessRepository = _tblAccessUploadProcessRepository; this._tblCardService = _tblCardService; this._tblCustomerService = _tblCustomerService; this._UnitOfWork = _UnitOfWork; }
public BM_BuildingController(IBM_BuildingService _BM_BuildingService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService) { this._BM_BuildingService = _BM_BuildingService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; }
public BM_ApartmentUseController(IBM_ApartmentUseService _BM_ApartmentUseService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService) { this._BM_ApartmentUseService = _BM_ApartmentUseService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; }
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; }
public BM_ResidentController(IBM_ResidentService _BM_ResidentService, IBM_ResidentGroupService _BM_ResidentGroupService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService) { this._BM_ResidentService = _BM_ResidentService; this._BM_ResidentGroupService = _BM_ResidentGroupService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; }
public ActiveCardController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, ItblFeeService _tblFeeService, ItblSystemConfigService _tblSystemConfigService, IExtendCardService _ExtendCardService) { this._tblCardService = _tblCardService; this._tblCardGroupService = _tblCardGroupService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblFeeService = _tblFeeService; this._tblSystemConfigService = _tblSystemConfigService; this._ExtendCardService = _ExtendCardService; }
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 BM_Apartment_ReceiptController(IBM_Apartment_ReceiptService _BM_Apartment_ReceiptService, IBM_BuildingService _BM_BuildingService, ItblSystemConfigService _tblSystemConfigService, ItblCardService _tblCardService, IBM_FloorService _BM_FloorService, IBM_ApartmentService _BM_ApartmentService) { this._BM_Apartment_ReceiptService = _BM_Apartment_ReceiptService; this._BM_BuildingService = _BM_BuildingService; this._tblSystemConfigService = _tblSystemConfigService; this._tblCardService = _tblCardService; this._BM_FloorService = _BM_FloorService; this._BM_ApartmentService = _BM_ApartmentService; }
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; }
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; }
public AQUA_ActiveCardController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, ItblFeeService _tblFeeService, ItblActiveCardService _tblActiveCardService, ItblSystemConfigService _tblSystemConfigService, IOrderActiveCardService _OrderActiveCardService) { this._tblCardService = _tblCardService; this._OrderActiveCardService = _OrderActiveCardService; this._tblCardGroupService = _tblCardGroupService; this._tblCustomerGroupService = _tblCustomerGroupService; this._tblFeeService = _tblFeeService; this._tblActiveCardService = _tblActiveCardService; this._tblSystemConfigService = _tblSystemConfigService; }
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, 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; }
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; }
public ActiveCardsController(tblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGr, ItblCardService _tblCardService) { this._tblCardGroupService = _tblCardGroupService; this._tblCustomerGr = _tblCustomerGr; this._tblCardService = _tblCardService; }
public ActiveCardDateActiveController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService) { this._tblCardService = _tblCardService; this._tblCardGroupService = _tblCardGroupService; this._tblCustomerGroupService = _tblCustomerGroupService; }
public API_CardController(IAPI_CardService _API_CardService, ItblCardService _tblCardService, IAPI_AuthService _API_AuthService) { this._API_CardService = _API_CardService; this._tblCardService = _tblCardService; this._API_AuthService = _API_AuthService; }