1
0
mirror of https://github.com/JKorf/CryptoExchange.Net.git synced 2026-08-11 16:32:57 +00:00

Missed in last checkin

This commit is contained in:
Jan Korf
2019-04-09 10:20:25 +02:00
parent 53254e8d0f
commit 2c58ef7feb
+1 -1
View File
@@ -19,7 +19,7 @@ using Newtonsoft.Json.Linq;
namespace CryptoExchange.Net
{
public abstract class RestClient: BaseClient
public abstract class RestClient: BaseClient, IRestClient
{
/// <summary>
/// The factory for creating requests. Used for unit testing