예제 #1
0
 public bool HasError(AcErrorType type)
 {
     return(_errors.Any(error => error.Type == type));
 }