summaryrefslogtreecommitdiff
path: root/product/database/transactions/IStatementRegistry.cs
diff options
context:
space:
mode:
Diffstat (limited to 'product/database/transactions/IStatementRegistry.cs')
-rw-r--r--product/database/transactions/IStatementRegistry.cs11
1 files changed, 0 insertions, 11 deletions
diff --git a/product/database/transactions/IStatementRegistry.cs b/product/database/transactions/IStatementRegistry.cs
deleted file mode 100644
index e2b3b16..0000000
--- a/product/database/transactions/IStatementRegistry.cs
+++ /dev/null
@@ -1,11 +0,0 @@
-using System;
-using gorilla.commons.utility;
-
-namespace momoney.database.transactions
-{
- public interface IStatementRegistry
- {
- IStatement prepare_delete_statement_for<T>(T entity) where T : Identifiable<Guid>;
- IStatement prepare_command_for<T>(T entity) where T : Identifiable<Guid>;
- }
-} \ No newline at end of file