From b2f3fec825af6c861954264191c3a84f973198be Mon Sep 17 00:00:00 2001 From: Leandro Hernan Rojas Date: Mon, 18 Aug 2025 01:34:25 -0300 Subject: [PATCH] Add Fix2 --- Transversal/Services/Gs1CodeParser.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Transversal/Services/Gs1CodeParser.cs b/Transversal/Services/Gs1CodeParser.cs index cfcbefa..ef1fd99 100644 --- a/Transversal/Services/Gs1CodeParser.cs +++ b/Transversal/Services/Gs1CodeParser.cs @@ -2,7 +2,7 @@ namespace Transversal.Services { - public static class Gs1CodeParser + public class Gs1CodeParser { // GS1 FNC1 (ASCII 29) private const char FNC1 = (char)29;