BotSharp/src/Infrastructure/BotSharp.Core/Conversations/ViewModels/SessionCreationModel.cs

9 lines
140 B
C#
Raw Normal View History

using BotSharp.Abstraction.Conversations.Models;
namespace BotSharp.Core.Conversations.ViewModels;
public class SessionCreationModel
{
}