mirror of
https://github.com/JKorf/CryptoExchange.Net.git
synced 2026-08-19 20:33:03 +00:00
Some resharper fixes
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
using CryptoExchange.Net.RateLimiter;
|
||||
|
||||
namespace CryptoExchange.Net.Interfaces
|
||||
{
|
||||
public interface IExchangeClient
|
||||
{
|
||||
IRequestFactory RequestFactory { get; set; }
|
||||
void AddRateLimiter(IRateLimiter limiter);
|
||||
void RemoveRateLimiters();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user