Revert "Add AddReceiver method and refactor SQL classes"

This reverts commit 1b515ea904.
This commit is contained in:
Developer 02
2025-05-06 09:44:15 +02:00
parent 1b515ea904
commit b0eb1b6389
2 changed files with 1 additions and 23 deletions

View File

@@ -6,7 +6,7 @@ namespace EnvelopeGenerator.Application.SQL;
/// <summary>
///
/// </summary>
public class EnvelopeReceiverAddReadSQL : ISQL<Envelope>
public class EnvelopeReceiverCreateReadSQL : ISQL<Envelope>
{
/// <summary>
///