Dwsim / data /DWSIM.ProFeatures /Models /CreateStartupActionPostModel.cs
introvoyz041's picture
Migrated from GitHub
b1b3bae verified
using System.Collections.Generic;
namespace DWSIM.ProFeatures
{
public class CreateStartupActionPostModel
{
public List<DWSIMProStartupAction> Actions { get; set; }
}
}