Completed refactor

This commit is contained in:
Khwezi Mngoma
2026-05-14 01:33:21 +02:00
parent 42001998d6
commit 134d8429c0
129 changed files with 1870 additions and 3165 deletions
@@ -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; }