Skip to content

Commit

Permalink
Remove unused SingleUserDataClient
Browse files Browse the repository at this point in the history
  • Loading branch information
sonvister committed Feb 25, 2018
1 parent aaf85c4 commit 3a0a405
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 42 deletions.
9 changes: 0 additions & 9 deletions src/Binance/Client/ISingleUserDataClient.cs

This file was deleted.

32 changes: 0 additions & 32 deletions src/Binance/Client/SingleUserDataClient.cs

This file was deleted.

1 change: 0 additions & 1 deletion src/Binance/Extensions/ServiceCollectionExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ public static IServiceCollection AddBinance(this IServiceCollection services, bo
services.AddTransient<IAggregateTradeClient, AggregateTradeClient>();
services.AddTransient<ICandlestickClient, CandlestickClient>();
services.AddTransient<IDepthClient, DepthClient>();
services.AddTransient<ISingleUserDataClient, SingleUserDataClient>();
services.AddTransient<ISymbolStatisticsClient, SymbolStatisticsClient>();
services.AddTransient<ITradeClient, TradeClient>();
services.AddTransient<IUserDataClient, UserDataClient>();
Expand Down

0 comments on commit 3a0a405

Please sign in to comment.