diff options
author | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-14 05:59:55 +0000 |
---|---|---|
committer | Serghei Cebotari <serghei@cebotari.ru> | 2025-01-14 05:59:55 +0000 |
commit | 7b6f2fedf1080c0ea96f4975f82700db3e12d783 (patch) | |
tree | 633b359c4c04f0b51c72beccc7d4c3348f7dc8ab /RhSolutions.SkuParser.Api/Services/ISkuParser.cs | |
parent | 1b89c809651f58a0125b94c027699db32272b402 (diff) |
Add devcontainers
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);
+}
|