Initial commit: Add project files
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
namespace KArtSell.Modules.SignalEngine.Domain;
|
||||
|
||||
public interface ISellPolicy
|
||||
{
|
||||
int Priority { get; }
|
||||
string PolicyId { get; }
|
||||
SellPolicyResult Evaluate(SellDecisionInput input);
|
||||
}
|
||||
Reference in New Issue
Block a user