diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-09 10:37:25 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2022-01-09 10:37:25 +0300 |
commit | 762127a4aa1ee393f19e08018830bc8ba023c050 (patch) | |
tree | ea1521f22b172b56453de3d7f75bf4fb5a6d11b5 /src/PriceListTools/IConjoinTool.cs | |
parent | 8672fa8f6b28ee3e3cf0d00e05e1b9d3ab7a2bfd (diff) |
Refactoring
Diffstat (limited to 'src/PriceListTools/IConjoinTool.cs')
-rw-r--r-- | src/PriceListTools/IConjoinTool.cs | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/PriceListTools/IConjoinTool.cs b/src/PriceListTools/IConjoinTool.cs deleted file mode 100644 index 3107a16..0000000 --- a/src/PriceListTools/IConjoinTool.cs +++ /dev/null @@ -1,8 +0,0 @@ -namespace RehauSku.PriceListTools -{ - internal interface IConjoinTool - { - void CollectSkuAmount(string[] files); - void ExportToFile(string exportFile); - } -}
\ No newline at end of file |