Fix grain price fetcher

This commit is contained in:
2025-09-14 15:49:49 +07:00
parent cb98e91a02
commit bac93199c0
11 changed files with 129 additions and 208 deletions

View File

@@ -25,4 +25,5 @@ public interface ICandleRepository
Enums.Timeframe timeframe,
DateTime start);
Task InsertCandle(Candle candle);
Task InsertCandles(IEnumerable<Candle> candles);
}