refactor(dotnet): move collection schema init to service
This commit is contained in:
@@ -63,6 +63,11 @@ public interface ICollectionReadRepository
|
||||
Task<List<PriceHistorySummaryRecord>> GetPriceHistorySummaryAsync();
|
||||
}
|
||||
|
||||
public interface ICollectionSchemaInitializer
|
||||
{
|
||||
Task InitializeAsync();
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Collection run record (maps Python CollectionRun).
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user