9 lines
140 B
C#
9 lines
140 B
C#
using BotSharp.Abstraction.Conversations.Models;
|
|
|
|
namespace BotSharp.Core.Conversations.ViewModels;
|
|
|
|
public class SessionCreationModel
|
|
{
|
|
|
|
}
|