aboutsummaryrefslogtreecommitdiff
path: root/src/Assistant/IProduct.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Assistant/IProduct.cs')
-rw-r--r--src/Assistant/IProduct.cs9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Assistant/IProduct.cs b/src/Assistant/IProduct.cs
deleted file mode 100644
index 9494eeb..0000000
--- a/src/Assistant/IProduct.cs
+++ /dev/null
@@ -1,9 +0,0 @@
-namespace RehauSku.Assistant
-{
- interface IProduct
- {
- string Id { get; }
- string Name { get; }
- string Price { get; }
- }
-}