BotSharp/src/Infrastructure/BotSharp.Core/Conversations/ViewModels/SessionCreationModel.cs
2023-06-22 23:43:00 -05:00

9 lines
140 B
C#

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