Update MongoRepository.Stats.cs

This commit is contained in:
Haiping 2024-01-29 13:02:02 -06:00 committed by GitHub
parent 8aabe3b7ff
commit d088ca13e8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ namespace BotSharp.Plugin.MongoStorage.Repository
#region Statistics
public void IncrementConversationCount()
{
throw new NotImplementedException();
}
#endregion
}