Merge branch 'Test_IRC_Net8' of http://192.168.3.68:2000/XCKJ/irc-netcore-api into Test_IRC_Net8
continuous-integration/drone/push Build is passing Details

IRC_NewDev
hang 2024-11-06 14:28:58 +08:00
commit b5e26da1ff
1 changed files with 5 additions and 0 deletions

View File

@ -57,6 +57,11 @@ 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>();