Setting up Program.cs
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using WD7UVN_HFT_2023241.Repository;
|
using WD7UVN_HFT_2023241.Repository;
|
||||||
|
using System.Net.Http.Headers;
|
||||||
|
|
||||||
namespace WD7UVN_HFT_2023241.Client
|
namespace WD7UVN_HFT_2023241.Client
|
||||||
{
|
{
|
||||||
@@ -8,6 +9,10 @@ namespace WD7UVN_HFT_2023241.Client
|
|||||||
static void Main(string[] args)
|
static void Main(string[] args)
|
||||||
{
|
{
|
||||||
CompanyDbContext dbContext = new CompanyDbContext();
|
CompanyDbContext dbContext = new CompanyDbContext();
|
||||||
|
RestService rest = new RestService("127.0.0.1", "api");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user