Skip to content

Commit

Permalink
added interface that allows multiple rules
Browse files Browse the repository at this point in the history
  • Loading branch information
francis04j committed Dec 19, 2024
1 parent 5f09818 commit 6723109
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CubeLogic.TransactionsConverter/IFraudRule.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
namespace CubeLogic.TransactionsConverter;

public interface IFraudRule
{
void ApplyRule();
}

0 comments on commit 6723109

Please sign in to comment.