Completed refactor
This commit is contained in:
@@ -16,7 +16,7 @@ public class Notification
|
||||
|
||||
public CorrelationIdTypes CorrelationIdType { get; set; }
|
||||
|
||||
public string? Sender { get; set; }
|
||||
public string? SenderAddress { get; set; }
|
||||
|
||||
public string? SenderName { get; set; }
|
||||
|
||||
@@ -24,7 +24,7 @@ public class Notification
|
||||
|
||||
public string? Message { get; set; }
|
||||
|
||||
public string? Recipient { get; set; }
|
||||
public string? RecipientName { get; set; }
|
||||
|
||||
public string? RecipientAddress { get; set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user