diff options
Diffstat (limited to 'RhSolutions.SkuParser.Api/Services/ISkuParser.cs')
-rw-r--r-- | RhSolutions.SkuParser.Api/Services/ISkuParser.cs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/RhSolutions.SkuParser.Api/Services/ISkuParser.cs b/RhSolutions.SkuParser.Api/Services/ISkuParser.cs deleted file mode 100644 index 4329135..0000000 --- a/RhSolutions.SkuParser.Api/Services/ISkuParser.cs +++ /dev/null @@ -1,7 +0,0 @@ -using RhSolutions.SkuParser.Models;
-
-namespace RhSolutions.SkuParser.Services;
-public interface ISkuParser
-{
- public IEnumerable<ProductQuantity> ParseProducts(IFormFile file);
-}
|