BotSharp/BotSharp.Core/ContextStorage/ContextStorageInFile.cs
2018-12-07 15:21:36 -06:00

13 lines
220 B
C#

using BotSharp.Platform.Abstraction;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.ContextStorage
{
public class ContextStorageInFile : IContextStorage
{
}
}