Exemple #1
0
 public API_OnlinePaymentController(ItblEventPaymentService _tblEventPaymentService, ItblPCService _tblPCService, ItblLaneService _tblLaneService, IAPI_CardViettelService _API_CardViettelService)
 {
     this._tblEventPaymentService = _tblEventPaymentService;
     this._tblPCService           = _tblPCService;
     this._tblLaneService         = _tblLaneService;
     this._API_CardViettelService = _API_CardViettelService;
     //this._tblCardEventService = _tblCardEventService;
 }
 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;
 }
Exemple #3
0
 public tblAlarmService(ItblAlarmRepository _tblAlarmRepository, ItblLaneRepository _tblLaneRepository, IUserRepository _UserRepository, ItblLaneService _tblLaneService, IUserService _UserService, IUnitOfWork _UnitOfWork)
 {
     this._tblAlarmRepository = _tblAlarmRepository;
     this._tblLaneRepository  = _tblLaneRepository;
     this._UserRepository     = _UserRepository;
     this._tblLaneService     = _tblLaneService;
     this._UserService        = _UserService;
     this._UnitOfWork         = _UnitOfWork;
 }
Exemple #4
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;
 }
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 tblCardGroupController(ItblCardGroupService _tblCardGroupService, ItblLaneService _tblLaneService, ItblVehicleGroupService _tblVehicleGroupService)
 {
     this._tblCardGroupService    = _tblCardGroupService;
     this._tblLaneService         = _tblLaneService;
     this._tblVehicleGroupService = _tblVehicleGroupService;
 }
Exemple #7
0
 public tblLaneController(ItblLaneService _tblLaneService, ItblPCService _tblPCService, ItblCameraService _tblCameraService)
 {
     this._tblLaneService   = _tblLaneService;
     this._tblPCService     = _tblPCService;
     this._tblCameraService = _tblCameraService;
 }