This commit is contained in:
@@ -44,15 +44,15 @@ public static class EntityModeMappers
|
||||
{
|
||||
Id = entity.Id,
|
||||
CreatedAt = entity.CreatedAt,
|
||||
Description = entity.Description,
|
||||
Message = entity.Message,
|
||||
Direction = entity.Direction,
|
||||
CorrelationId = entity.CorrelationId,
|
||||
CorrelationIdType = entity.CorrelationIdType,
|
||||
IsInternal = entity.IsInternal,
|
||||
Author = entity.Author,
|
||||
Sender = entity.Sender,
|
||||
Platform = entity.Platform,
|
||||
PlatformAddress = entity.PlatformAddress,
|
||||
Title = entity.Title,
|
||||
Recipient = entity.Recipient,
|
||||
Subject = entity.Subject,
|
||||
Processed = entity.Processed
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user