diff options
Diffstat (limited to 'src/Assistant/IProduct.cs')
-rw-r--r-- | src/Assistant/IProduct.cs | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/src/Assistant/IProduct.cs b/src/Assistant/IProduct.cs deleted file mode 100644 index aca3ff5..0000000 --- a/src/Assistant/IProduct.cs +++ /dev/null @@ -1,9 +0,0 @@ -namespace Rehau.Sku.Assist -{ - interface IProduct - { - string Sku { get; } - string Name { get; } - string Uri { get; } - } -} |