public bool HasErrors() => _inner.HasErrors();
Exemple #2
0
 public bool HasErrors()
 {
     return(_inner.HasErrors());
 }