-
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.
new box event types when diadoc document signed partially ok
- Loading branch information
akozlov
committed
Jun 12, 2021
1 parent
a7ddef6
commit 920839b
Showing
6 changed files
with
22 additions
and
3 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
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
6 changes: 6 additions & 0 deletions
6
...ssages/BoxEventsContents/Inbox/MessageDocumentPackageSignedByMePartiallyOkEventContent.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,6 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Inbox | ||
{ | ||
public class MessageDocumentPackageSignedByMePartiallyOkEventContent : InboxDiadocEventContentBase | ||
{ | ||
} | ||
} |
6 changes: 6 additions & 0 deletions
6
...oxEventsContents/Outbox/MessageDocumentPackageSignedByRecipientPartiallyOkEventContent.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,6 @@ | ||
namespace SkbKontur.EdiApi.Client.Types.Messages.BoxEventsContents.Outbox | ||
{ | ||
public class MessageDocumentPackageSignedByRecipientPartiallyOkEventContent : OutboxDiadocEventContentBase | ||
{ | ||
} | ||
} |
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