예제 #1
0
        public void SaveChallengeInformation(ChallengeInformationCreation challenge)
        {
            var mappedChallenge = _mapper.Map <Challenge>(challenge);

            _challengeRepository.CreateChallenge(mappedChallenge);
        }