public ActiveCardTRANSERCOController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, ItblFeeService _tblFeeService)
 {
     this._tblCardService          = _tblCardService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblFeeService           = _tblFeeService;
 }
Exemple #2
0
 public OrderActiveCardController(IOrderActiveCardService _OrderActiveCardService, ItblCustomerGroupService _tblCustomerGroupService, ItblCardGroupService _tblCardGroupService, ItblActiveCardService _tblActiveCardService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblActiveCardService    = _tblActiveCardService;
     this._OrderActiveCardService  = _OrderActiveCardService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._tblSystemConfigService  = _tblSystemConfigService;
 }
 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;
 }
Exemple #4
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;
 }
Exemple #5
0
 public tblCardEventDeleteController(ItblCardEventDeleteService _tblCardEventDeleteService, IReportService _ReportService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService, IUserService _UserService, ItblLaneService _tblLaneService, ItblSystemConfigService _tblSystemConfigService)
 {
     this._tblCardEventDeleteService = _tblCardEventDeleteService;
     this._tblCardGroupService       = _tblCardGroupService;
     this._tblCustomerGroupService   = _tblCustomerGroupService;
     this._UserService            = _UserService;
     this._tblLaneService         = _tblLaneService;
     this._ReportService          = _ReportService;
     this._tblSystemConfigService = _tblSystemConfigService;
 }
Exemple #6
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;
 }
Exemple #7
0
 public ReportNewController
     (IReportService _ReportService, ItblCustomerGroupService _tblCustomerGroupservice, ItblLaneService _LaneService, ItblCardGroupService _CardGroupService, IUserService _UserService, ItblVehicleGroupService _VehicleService)
 {
     this._ReportService           = _ReportService;
     this._tblCustomerGroupservice = _tblCustomerGroupservice;
     this._LaneService             = _LaneService;
     this._CardGroupService        = _CardGroupService;
     this._UserService             = _UserService;
     this._VehicleService          = _VehicleService;
 }
 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;
 }
Exemple #9
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;
 }
Exemple #10
0
 public UserController(IUserService _UserService, IMenuFunctionService _MenuFunctionService, IUserRoleService _UserRoleService, IRoleService _RoleService, ItblSystemConfigService _tblSystemConfigService, IUser_AuthGroupService _User_AuthGroupService, ItblCardGroupService _tblCardGroupService)
 {
     this._UserService            = _UserService;
     this._MenuFunctionService    = _MenuFunctionService;
     this._UserRoleService        = _UserRoleService;
     this._RoleService            = _RoleService;
     this._tblSystemConfigService = _tblSystemConfigService;
     this._User_AuthGroupService  = _User_AuthGroupService;
     this._tblCardGroupService    = _tblCardGroupService;
 }
 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 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;
 }
Exemple #14
0
 public tblCardGroupController(ItblCardGroupService _tblCardGroupService, ItblLaneService _tblLaneService, ItblVehicleGroupService _tblVehicleGroupService)
 {
     this._tblCardGroupService    = _tblCardGroupService;
     this._tblLaneService         = _tblLaneService;
     this._tblVehicleGroupService = _tblVehicleGroupService;
 }
 public tblFeeController(ItblFeeService _tblFeeService, ItblCardGroupService _tblCardGroupService)
 {
     this._tblFeeService       = _tblFeeService;
     this._tblCardGroupService = _tblCardGroupService;
 }
 public ActiveCardsController(tblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGr, ItblCardService _tblCardService)
 {
     this._tblCardGroupService = _tblCardGroupService;
     this._tblCustomerGr       = _tblCustomerGr;
     this._tblCardService      = _tblCardService;
 }
Exemple #17
0
 public ActiveCardDateActiveController(ItblCardService _tblCardService, ItblCardGroupService _tblCardGroupService, ItblCustomerGroupService _tblCustomerGroupService)
 {
     this._tblCardService          = _tblCardService;
     this._tblCardGroupService     = _tblCardGroupService;
     this._tblCustomerGroupService = _tblCustomerGroupService;
 }