diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-14 14:01:01 +0000 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-14 14:01:01 +0000 |
commit | a542bfb7f4ceee8b49cf8fcadf64ffb72cc97da5 (patch) | |
tree | 5e9563638eb09a4c3a1c717a6f238139fc66dc53 /RhSolutions.SkuParser.Api/Services/ISkuParser.cs | |
parent | e2ac0c46c1a1085ab7e7597e463e73f371ce2791 (diff) |
Common Parsing Method
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);
-}
|