From be127319e27d630ce14c793fc50bccd576e5fb7b Mon Sep 17 00:00:00 2001 From: Serghei Cebotari Date: Wed, 15 Jan 2025 15:06:04 +0300 Subject: Implement BS parser --- RhSolutions.SkuParser.Api/Models/ProductLine.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 RhSolutions.SkuParser.Api/Models/ProductLine.cs (limited to 'RhSolutions.SkuParser.Api/Models/ProductLine.cs') diff --git a/RhSolutions.SkuParser.Api/Models/ProductLine.cs b/RhSolutions.SkuParser.Api/Models/ProductLine.cs new file mode 100644 index 0000000..61df758 --- /dev/null +++ b/RhSolutions.SkuParser.Api/Models/ProductLine.cs @@ -0,0 +1,7 @@ +namespace RhSolutions.SkuParser.Models; + +public enum ProductLine +{ + RAUTITAN, + RAUTHERMS +} \ No newline at end of file -- cgit v1.2.3