...
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
using Common.Dtos.Company;
|
||||
using Common.Dtos.Exper;
|
||||
using Common.Dtos.Group;
|
||||
using Common.Dtos.Prompt;
|
||||
using Hushian.Domain.Entites;
|
||||
|
||||
|
||||
@@ -17,6 +18,8 @@ namespace Hushian.Application
|
||||
CreateMap<Exper, Read_ExperDto>().ReverseMap();
|
||||
CreateMap<ADD_GroupDto, Group>();
|
||||
CreateMap<Group, Read_GroupDto>();
|
||||
CreateMap<ADD_PromptDto, Prompt>();
|
||||
CreateMap<Prompt, ReadANDUpdate_PromptDto>().ReverseMap();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user