17 lines
303 B
C#
17 lines
303 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.Plugin.MongoStorage.Repository
|
|
{
|
|
public partial class MongoRepository
|
|
{
|
|
#region Statistics
|
|
public void IncrementConversationCount()
|
|
{
|
|
|
|
}
|
|
#endregion
|
|
}
|
|
}
|