public IEnumerable GetErrors(string propertyName) { return _propertyErrors.GetValueOrDefault(propertyName, null); } GetErrors(nameof(Name)).ToList();
© 2026 Hedgehog Software, LLC