From 92e8bb7523c775014ccf68355e3f0178ebf4a61c Mon Sep 17 00:00:00 2001 From: TrueDoctor Date: Wed, 26 Sep 2018 19:18:41 +0200 Subject: implemented fudamental Web Api --- DSACore/Models/Command.cs | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 DSACore/Models/Command.cs (limited to 'DSACore/Models') diff --git a/DSACore/Models/Command.cs b/DSACore/Models/Command.cs new file mode 100644 index 0000000..75e3bee --- /dev/null +++ b/DSACore/Models/Command.cs @@ -0,0 +1,13 @@ +using System; +using System.Collections.Generic; +using System.Linq; +using System.Threading.Tasks; + +namespace DSACore.Models +{ + public class Command + { + public string Name { get; set; } + public string CmdText { get; set; } + } +} -- cgit v1.2.3-70-g09d2