using System.Collections.Generic; using Mesnac.Action.ChemicalWeighing.LjMixManager; namespace Mesnac.Action.ChemicalWeighing.LjPlanning { public class DryerView { public DryerView() { RecipePlcViews = new List(); RecipeSteps = new List(); } public List RecipePlcViews { get; set; } public List RecipeSteps { get; set; } } }