예제 #1
0
 public void Init()
 {
     _historyRepository = new HistoryRepository(CosmosClientBuilder.BuildCosmosClient(ConnectionString));
 }