Exemplo n.º 1
0
        public Guid Create(EvaluationNewModel evaluation)
        {
            var evaluationEntity = mapper.Map <EvaluationEntity>(evaluation);

            return(evaluationRepository.Insert(evaluationEntity));
        }