Beispiel #1
0
        public DomesticHelpController(IDomesticHelp repository)
        {
            _domesticHelpRepo = repository;
            BKICAutomapper automap = new BKICAutomapper();

            _mapper = automap.GetDomesticAutoMapper();
        }