public PanelValidationContext(IQueryDefinition query, PreflightResources check, IEnumerable <Panel> allowed) : this(query, check) { Allowed = allowed; }
public PanelValidationContext(IQueryDefinition query, PreflightResources check) { PreflightCheck = check; Requested = query.All(); Allowed = new Panel[] { }; }