using System.Collections.Generic; namespace DWSIM.ProFeatures { public class CreateStartupActionPostModel { public List Actions { get; set; } } }