BotSharp/Platform.Articulate/Models/LanguageModel.cs

14 lines
239 B
C#

using System;
using System.Collections.Generic;
using System.Text;
namespace Platform.Articulate.Models
{
public class LanguageModel
{
public string Text { get; set; }
public string Value { get; set; }
}
}