12 lines
205 B
C#
12 lines
205 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Text;
|
|
|
|
namespace BotSharp.Platform.Articulate.Models
|
|
{
|
|
public class PipelineModel
|
|
{
|
|
public string Name { get; set; }
|
|
}
|
|
}
|