added main classes

This commit is contained in:
2023-11-27 20:41:39 +04:00
parent bae0e7b4a0
commit c17e15ef1e
15 changed files with 4069 additions and 0 deletions

3
Raliway.Tests/Usings.cs Normal file
View File

@@ -0,0 +1,3 @@
global using System.Text.Json;
global using Xunit;
global using Just.Railway;