public IEnumerable<ValidationResult> Validate(ValidationContext validationContext) { if (RegisterCount > Quota) { yield return new ...
確定! 回上一頁