Files
Adam Hathcock e341772cbc add csharpier
2024-05-21 16:34:46 +01:00

4 lines
117 B
C#

namespace ProxyInterfaceSourceGeneratorTests.Source;
public partial interface IHttpClient : IHttpMessageInvoker { }