添加项目文件。
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
using AutoMapper;
|
||||
using MessageService.WebApi.Application.Dtos;
|
||||
|
||||
namespace MessageService.WebApi.Application.Conversation
|
||||
{
|
||||
public class ConversationMapperConfig : Profile
|
||||
{
|
||||
public ConversationMapperConfig()
|
||||
{
|
||||
CreateMap<Domain.Entities.Conversation, ConversationResponse>()
|
||||
;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user