test
This commit is contained in:
@@ -22,6 +22,9 @@ namespace IRaCIS.Core.Application.Service
|
||||
.ForMember(d => d.VisitStageId, t =>t.MapFrom(u=>u.Id));
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
CreateMap<VisitPlanInfluenceStat, VisitPlanInfluenceSubjectVisitStatDTO>()
|
||||
.ForMember(d => d.CreateUser, u => u.MapFrom(g => g.CreateUser.LastName + " / " + g.CreateUser.FirstName));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user