interface

This commit is contained in:
Paul Schneider 2017-02-02 15:13:32 +01:00
commit 6589a4f948
6 changed files with 86 additions and 25 deletions

View file

@ -4,7 +4,8 @@ using Newtonsoft.Json;
namespace Yavsc.Models.Workflow
{
public class CommandForm
using YavscLib;
public class CommandForm : ICommandForm
{
[Key,DatabaseGenerated(DatabaseGeneratedOption.Identity)]
public long Id { get; set; }