Example #1
0
 public SelfHostConfigService(ISelfHostConfigRepository _SelfHostConfigRepository, ItblAccessPCRepository _tblAccessPCRepository, ItblAccessLineRepository _tblAccessLineRepository, IUnitOfWork _UnitOfWork)
 {
     this._SelfHostConfigRepository = _SelfHostConfigRepository;
     this._tblAccessPCRepository    = _tblAccessPCRepository;
     this._tblAccessLineRepository  = _tblAccessLineRepository;
     this._UnitOfWork = _UnitOfWork;
 }
 public tblAccessPCService(ItblAccessPCRepository _tblAccessPCRepository, ItblAccessLineRepository _tblAccessLineRepository, IUnitOfWork _UnitOfWork)
 {
     this._tblAccessPCRepository   = _tblAccessPCRepository;
     this._tblAccessLineRepository = _tblAccessLineRepository;
     this._UnitOfWork = _UnitOfWork;
 }