diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 21:24:44 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2021-11-29 21:24:44 +0300 |
commit | 3ea18ae25e98527aa85835c9221ea01b36560b33 (patch) | |
tree | ca5ffb4f60b1c1b683e9094cec44d9431d3d1bb6 /src/Assistant/IProduct.cs | |
parent | f3b6bfcd3e13519f648c3975d19b8f1d48130059 (diff) |
Add Uri Converter
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; } - } -} |