aboutsummaryrefslogtreecommitdiff
path: root/Source/Assistant/IProduct.cs
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Assistant/IProduct.cs')
-rw-r--r--Source/Assistant/IProduct.cs5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/Assistant/IProduct.cs b/Source/Assistant/IProduct.cs
index 54b3dd0..d5db286 100644
--- a/Source/Assistant/IProduct.cs
+++ b/Source/Assistant/IProduct.cs
@@ -1,10 +1,9 @@
-using System;
-
-namespace Rehau.Sku.Assist
+namespace Rehau.Sku.Assist
{
interface IProduct
{
string Id { get; }
string Name { get; }
+ string Price { get; }
}
}