aboutsummaryrefslogtreecommitdiff
path: root/src/Assistant/IProduct.cs
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2022-07-04 11:33:29 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2022-07-04 11:33:29 +0300
commitdca3481e9a91e1c9d5b86e1508b0a2993088e759 (patch)
tree208550ad4a4e541248a87583552e3beaa0713790 /src/Assistant/IProduct.cs
parent10e6a108f974b3e2541ec322f99e60ec5ab7d9f7 (diff)
Remove Store Functions
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; }
- }
-}