11 lines
280 B
Plaintext
11 lines
280 B
Plaintext
namespace __MODULE__.Domain;
|
|
|
|
public sealed class __POLICY__
|
|
{
|
|
public Decision Evaluate(ApprovedPointInTimeInput input)
|
|
{
|
|
// Pure decision only. No Dapper, HTTP, Hangfire, DateTime.Now, or mutable global state.
|
|
throw new NotImplementedException();
|
|
}
|
|
}
|