parent
5ba79e386c
commit
6a16bd6045
@ -0,0 +1,8 @@
|
||||
using FluentValidation.Results;
|
||||
|
||||
namespace Recyclarr.Common.FluentValidation;
|
||||
|
||||
public interface IRuntimeValidationService
|
||||
{
|
||||
ValidationResult Validate(object instance);
|
||||
}
|
Loading…
Reference in new issue