Setting up Program.cs

This commit is contained in:
TypoMustakes
2023-12-05 15:32:08 +01:00
parent f8d23a7cbc
commit 79d08139fe

View File

@@ -1,5 +1,6 @@
using System;
using WD7UVN_HFT_2023241.Repository;
using System.Net.Http.Headers;
namespace WD7UVN_HFT_2023241.Client
{
@@ -8,6 +9,10 @@ namespace WD7UVN_HFT_2023241.Client
static void Main(string[] args)
{
CompanyDbContext dbContext = new CompanyDbContext();
RestService rest = new RestService("127.0.0.1", "api");
}
}
}