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