Compare commits
No commits in common. "e66475ab61a4c032c878c254f40f81688d80ebe7" and "b2851352f2f8d992e35545d591162a218236e212" have entirely different histories.
e66475ab61
...
b2851352f2
|
|
@ -57,11 +57,6 @@ namespace IRaCIS.Core.Application.Service
|
|||
CreateMap<AddDoctorCriterionFileDto, DoctorCriterionFile>();
|
||||
CreateMap<DoctorCriterionFile, GetDoctorCriterionFileOutDto>();
|
||||
CreateMap<Doctor, DoctorBasicInfoCommand>();
|
||||
|
||||
CreateMap<Doctor, BasicInfoAndEmploymentDto>();
|
||||
|
||||
CreateMap<BasicInfoAndEmploymentDto, Doctor>().ForAllMembers(opts => opts.Condition((src, dest, srcMember) => srcMember != null)); ;
|
||||
|
||||
CreateMap<Education, EducationInfoViewModel>();
|
||||
|
||||
CreateMap<Vacation, VacationCommand>();
|
||||
|
|
|
|||
Loading…
Reference in New Issue