Exemplo n.º 1
0
 public static bool HasFailures(this ResultBase result)
 {
     return(result.HasErrors() || result.HasWarnings());
 }