Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using FastEndpoints;
|
||||
using FluentValidation;
|
||||
|
||||
namespace __MODULE__.Features.__SLICE__;
|
||||
|
||||
public sealed class Validator : Validator<Request>
|
||||
{
|
||||
public Validator()
|
||||
{
|
||||
// Translate approved boundary rules only; UNKNOWN and DECISION_REQUIRED must fail closed.
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user