4 lines
78 B
C#
4 lines
78 B
C#
|
namespace Myriad.Gateway
|
|||
|
{
|
|||
|
public record ResumedEvent: IGatewayEvent;
|
|||
|
}
|