mirror of
https://github.com/JKorf/CryptoExchange.Net
synced 2025-06-07 16:06:15 +00:00
8 lines
133 B
C#
8 lines
133 B
C#
namespace CryptoExchange.Net.Interfaces
|
|
{
|
|
public interface IRequestFactory
|
|
{
|
|
IRequest Create(string uri);
|
|
}
|
|
}
|