Exemple #1
0
        public static SpeechTherapistsExaminationEntity DTOToEntity(
            SpeechTherapistsExaminationDTO pediatriciansExaminationDTO)
        {
            var mapper = mapperConfiguration.CreateMapper();

            return(mapper.Map <SpeechTherapistsExaminationEntity>(pediatriciansExaminationDTO));
        }
Exemple #2
0
        public static SpeechTherapistsExaminationVM DTOToVM(
            SpeechTherapistsExaminationDTO examinationDTO)
        {
            var mapper = mapperConfiguration.CreateMapper();

            return(mapper.Map <SpeechTherapistsExaminationVM>(examinationDTO));
        }