You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <remarks>This is a synonym for the <see cref="Validator{TEntity}"/> (and inherits from) to enable <see href="https://docs.fluentvalidation.net/en/latest/">FluentValidation</see>-like syntax.</remarks>
public abstract class AbstractValidator<TEntity> : Validator<TEntity> where TEntity : class { }