fix: index entity keys are optional
This commit is contained in:
parent
ee7228b601
commit
3a009b05cf
1 changed files with 0 additions and 1 deletions
|
@ -10,6 +10,5 @@ public class CreateIndexEntitiesValidator<TIndexKey> : AbstractValidator<CreateI
|
|||
this.RuleFor(x => x.CreateIndexEntity).NotNull();
|
||||
this.RuleFor(x => x.GetIndexKeys).NotNull();
|
||||
this.RuleFor(x => x.UpdateIndexEntity).NotNull();
|
||||
this.RuleFor(x => x.GetIndexEntityKey).NotNull();
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue