示例#1
0
 public API_MobileService(
     IUserRepository _UserRepository,
     ItblLaneRepository _tblLaneRepository,
     ItblPCRepository _tblPCRepository,
     ItblCardRepository _tblCardRepository,
     ItblCardGroupRepository _tblCardGroupRepository,
     ItblVehicleGroupRepository _tblVehicleGroupRepository,
     ItblBlackListRepository _tblBlackListRepository,
     ItblCustomerRepository _tblCustomerRepository,
     ItblCustomerGroupRepository _tblCustomerGroupRepository,
     ItblCardEventRepository _tblCardEventRepository,
     ItblAlarmRepository _tblAlarmRepository,
     Kztek.Data.Infrastructure.IUnitOfWork _UnitOfWork,
     Kztek.Data.Event.Infrastructure.IUnitOfWork _UnitOfWorkEv
     )
 {
     this._UserRepository             = _UserRepository;
     this._tblLaneRepository          = _tblLaneRepository;
     this._tblPCRepository            = _tblPCRepository;
     this._tblCardRepository          = _tblCardRepository;
     this._tblCardGroupRepository     = _tblCardGroupRepository;
     this._tblVehicleGroupRepository  = _tblVehicleGroupRepository;
     this._tblBlackListRepository     = _tblBlackListRepository;
     this._tblCustomerRepository      = _tblCustomerRepository;
     this._tblCustomerGroupRepository = _tblCustomerGroupRepository;
     this._tblCardEventRepository     = _tblCardEventRepository;
     this._tblAlarmRepository         = _tblAlarmRepository;
     this._UnitOfWork   = _UnitOfWork;
     this._UnitOfWorkEv = _UnitOfWorkEv;
 }
 public API_CardViettelService(ItblCardGroupRepository _tblCardGroupRepository, ItblCustomerGroupRepository _tblCustomerGroupRepository, ItblCardRepository _tblCardRepository, ItblCustomerRepository _tblCustomerRepository)
 {
     this._tblCardGroupRepository     = _tblCardGroupRepository;
     this._tblCustomerGroupRepository = _tblCustomerGroupRepository;
     this._tblCardRepository          = _tblCardRepository;
     this._tblCustomerRepository      = _tblCustomerRepository;
 }
示例#3
0
 public API_tblCardEventService(ItblCardRepository _tblCardRepository, ItblCardEventRepository _tblCardEventRepository, ItblVehicleGroupRepository _tblVehicleGroupRepository)
 {
     this._tblCardRepository         = _tblCardRepository;
     this._tblCardEventRepository    = _tblCardEventRepository;
     this._tblVehicleGroupRepository = _tblVehicleGroupRepository;
 }
 public API_tblCardService(ItblCardRepository _tblCardRepository, ItblCardGroupRepository _tblCardGroupRepository, ItblCustomerRepository _tblCustomerRepository, ItblCustomerGroupRepository _tblCustomerGroupRepository, ItblAccessLevelRepository _tblAccessLevelRepository, IUnitOfWork _UnitOfWork)
 {
     this._tblCardRepository      = _tblCardRepository;
     this._tblCardGroupRepository = _tblCardGroupRepository;
     this._UnitOfWork             = _UnitOfWork;
 }
 public tblSubCardService(ItblSubCardRepository _tblSubCardRepository, ItblCardRepository _tblCardRepository, IUnitOfWork _UnitOfWork)
 {
     this._tblSubCardRepository = _tblSubCardRepository;
     this._tblCardRepository    = _tblCardRepository;
     this._UnitOfWork           = _UnitOfWork;
 }
 public API_CardService(ItblCardRepository _tblCardRepository)
 {
     this._tblCardRepository = _tblCardRepository;
 }