-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
i.borovik
committed
Aug 10, 2023
1 parent
0ae04e7
commit a25965c
Showing
7 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
...nt/Types/Messages/BoxEventsContents/Inbox/InboxDiadocSenderReceiptFinishedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
/// <summary>Информация о событии InboxDiadocSenderReceiptFinished в ящике получателя</summary> | ||
public class InboxDiadocSenderReceiptFinishedEventContent : InboxDiadocEventContentBase | ||
{ | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
.../Types/Messages/BoxEventsContents/Outbox/OutboxDiadocSenderReceiptFinishedEventContent.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
/// <summary>Информация о событии OutboxDiadocSenderReceiptFinished в ящике отправителя</summary> | ||
public class OutboxDiadocSenderReceiptFinishedEventContent : OutboxDiadocEventContentBase | ||
{ | ||
} | ||
} |