Delete SampleActivity.cs
This commit is contained in:
parent
0ef39ae069
commit
d249d2b3be
|
|
@ -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; }
|
||||
}
|
||||
Loading…
Reference in a new issue