コード例 #1
0
        public RequestsService()
        {
            var mappingConfig = new MapperConfiguration(mc =>
            {
                mc.AddProfile(new MappingProfile());
            });

            _mapper  = mappingConfig.CreateMapper();
            _context = new OrenHakatonContext();
        }