BotSharp/Platform.Articulate/Models/PipelineModel.cs

12 lines
196 B
C#

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