BotSharp/BotSharp.Core/ContextStorage/ContextStorageInFile.cs

13 lines
220 B
C#
Raw Normal View History

2018-12-07 21:21:36 +00:00
using BotSharp.Platform.Abstraction;
using System;
using System.Collections.Generic;
using System.Text;
namespace BotSharp.Core.ContextStorage
{
public class ContextStorageInFile : IContextStorage
{
}
}