plug candle store and bot
This commit is contained in:
@@ -15,5 +15,6 @@ public interface ICandleStoreGrain : IGrainWithStringKey
|
||||
/// </summary>
|
||||
/// <returns>List of candles ordered by date</returns>
|
||||
Task<List<Candle>> GetCandlesAsync();
|
||||
Task<Candle> GetLastCandle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user