This commit is contained in:
+4
-4
@@ -13,11 +13,11 @@ public class CreateNotificationCommandHandler(IDbContextFactory<ShopDbContext> c
|
||||
var newNotification = context.Notifications.Add(new Entities.Notification
|
||||
{
|
||||
Direction = request.Direction,
|
||||
Author = request.Author,
|
||||
Title = request.Title,
|
||||
Description = request.Description,
|
||||
Sender = request.Author,
|
||||
Subject = request.Title,
|
||||
Message = request.Description,
|
||||
Platform = request.Platform,
|
||||
PlatformAddress = request.PlatformAddress,
|
||||
Recipient = request.PlatformAddress,
|
||||
CorrelationId = request.CorrelationId,
|
||||
CorrelationIdType = request.CorrelationIdType,
|
||||
IsInternal = request.IsInternal,
|
||||
|
||||
Reference in New Issue
Block a user