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