Delete SampleActivity.cs

This commit is contained in:
Sipke Schoorstra 2021-12-15 12:39:22 +01:00
parent 0ef39ae069
commit d249d2b3be

View file

@ -1,11 +0,0 @@
using System.Collections.Generic;
using Elsa.Attributes;
using Elsa.Expressions;
using Elsa.Services;
namespace Elsa.Samples.Server.Host;
public class SampleActivity : Activity
{
[ActivityInput(SupportedSyntaxes = new[]{SyntaxNames.JavaScript, SyntaxNames.Liquid})] public ICollection<string> MyList { get; set; }
}