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