Files
Toolkit2/Toolkit.Foundation/ISerialResponse.cs
T
2025-02-07 09:03:02 +00:00

6 lines
106 B
C#

namespace Toolkit.Foundation;
public interface ISerialResponse
{
ISerialContext Context { get; }
}