IRC_NewDev
parent
3354aa37f4
commit
6a54a36719
|
@ -57,6 +57,11 @@ namespace IRaCIS.Core.Application.Service
|
||||||
CreateMap<AddDoctorCriterionFileDto, DoctorCriterionFile>();
|
CreateMap<AddDoctorCriterionFileDto, DoctorCriterionFile>();
|
||||||
CreateMap<DoctorCriterionFile, GetDoctorCriterionFileOutDto>();
|
CreateMap<DoctorCriterionFile, GetDoctorCriterionFileOutDto>();
|
||||||
CreateMap<Doctor, DoctorBasicInfoCommand>();
|
CreateMap<Doctor, DoctorBasicInfoCommand>();
|
||||||
|
|
||||||
|
CreateMap<Doctor, BasicInfoAndEmploymentDto>();
|
||||||
|
|
||||||
|
CreateMap<BasicInfoAndEmploymentDto, Doctor>().ForAllMembers(opts => opts.Condition((src, dest, srcMember) => srcMember != null)); ;
|
||||||
|
|
||||||
CreateMap<Education, EducationInfoViewModel>();
|
CreateMap<Education, EducationInfoViewModel>();
|
||||||
|
|
||||||
CreateMap<Vacation, VacationCommand>();
|
CreateMap<Vacation, VacationCommand>();
|
||||||
|
|
Loading…
Reference in New Issue