Fix grain price fetcher
This commit is contained in:
@@ -25,4 +25,5 @@ public interface ICandleRepository
|
||||
Enums.Timeframe timeframe,
|
||||
DateTime start);
|
||||
Task InsertCandle(Candle candle);
|
||||
Task InsertCandles(IEnumerable<Candle> candles);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user