Add project files.

This commit is contained in:
2024-04-16 23:39:52 +02:00
parent 7ccde390bd
commit 901b26153e
28 changed files with 1321 additions and 0 deletions

7
Constants.cs Normal file
View File

@@ -0,0 +1,7 @@
namespace ConnectionsAPI
{
public class Constants
{
public static readonly DateTime ConnectionsStartDate = new(2023, 06, 12, 0, 0, 0, DateTimeKind.Utc);
}
}