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
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -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>();
|
||||
|
||||
Reference in New Issue
Block a user