public TD_QuanLyMauTestService(IUnitOfWork unitOfWork, ITD_QuanLyMauTestRepository quanLyMauTestRepository, ILog logger, IMapper mapper) :
     base(unitOfWork, quanLyMauTestRepository)
 {
     _quanLyMauTestRepository = quanLyMauTestRepository;
     _iLog    = logger;
     _imapper = mapper;
 }
 public TD_CauHinhSangLocUngVienService(IUnitOfWork unitOfWork,
                                        ITD_CauHinhSangLocUngVienRepository cauHinhSangLocUngVienRepository,
                                        ITD_QuanLyMauTestRepository quanLyMauTestRepository,
                                        ILog loger, IMapper mapper)
     : base(unitOfWork, cauHinhSangLocUngVienRepository)
 {
     _unitOfWork = unitOfWork;
     _cauHinhSangLocUngVienRepository = cauHinhSangLocUngVienRepository;
     _quanLyMauTestRepository         = quanLyMauTestRepository;
     _loger = loger;
     _loger.Info("Khởi tạo TD_CauHinhSangLocUngVienService service");
     _mapper = mapper;
 }