diff options
Diffstat (limited to 'RhSolutions.Api/Services/IPricelistParser.cs')
-rw-r--r-- | RhSolutions.Api/Services/IPricelistParser.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RhSolutions.Api/Services/IPricelistParser.cs b/RhSolutions.Api/Services/IPricelistParser.cs index ee00f53..3edfd91 100644 --- a/RhSolutions.Api/Services/IPricelistParser.cs +++ b/RhSolutions.Api/Services/IPricelistParser.cs @@ -4,6 +4,6 @@ namespace RhSolutions.Api.Services { public interface IPricelistParser { - public List<Product> GetProducts(HttpContext context); + public IEnumerable<Product> GetProducts(IFormFile? file); } }
\ No newline at end of file |