diff --git a/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs b/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs
index 349e869..0aecbc9 100644
--- a/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs
+++ b/Ringhel.Procesio.Action.Core/Models/Credentials/DB/IDbClient.cs
@@ -18,12 +18,12 @@ public interface IDbClient
/// Examples: COUNT, INSERT, UPDATE, ...
///
///
- Task ExecuteCommand(string dbQuery, object[] parameters = null);
+ Task ExecuteCommand(string dbQuery, object parameters = null);
///
/// Execute a command that will return an int in a specified amount of time
/// Examples: COUNT, INSERT, UPDATE, ...
///
///
- Task ExecuteCommand(string dbQuery, int timeout, object[] parameters = null);
+ Task ExecuteCommand(string dbQuery, int timeout, object parameters = null);
}
}
\ No newline at end of file
diff --git a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj
index 08a6d4a..87602cc 100644
--- a/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj
+++ b/Ringhel.Procesio.Action.Core/Ringhel.Procesio.Action.Core.csproj
@@ -8,7 +8,7 @@
Ringhel
Procesio
https://github.com/PROCESIO/Action-Core.git
- 1.36.0
+ 1.37.0
Ringhel.Procesio.Action.Core
Ringhel.Procesio.Action.Core
Ringhel.Procesio.Action.Core