Skip to content
Snippets Groups Projects

Feature/560 schema data validation

Merged Klaus Fischer requested to merge feature/560-schema-data-validation into main
7 files
+ 61
32
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -9,7 +9,7 @@ using NUnit.Framework;
@@ -9,7 +9,7 @@ using NUnit.Framework;
namespace FluentApiTest;
namespace FluentApiTest;
public class FluentSenderTests {
public class SenderTests {
private IContainer _container = null!;
private IContainer _container = null!;
protected string clientId = null!;
protected string clientId = null!;
protected string clientSecret = null!;
protected string clientSecret = null!;
Loading