コード例 #1
0
        public TravelInsuranceController(ITravelInsurance repository)
        {
            _travelInsuranceRep = repository;
            BKICAutomapper automap = new BKICAutomapper();

            _mapper = automap.GetTravelAutoMapper();
        }