Adding test data to db

This commit is contained in:
2023-11-22 09:11:15 +01:00
parent ab8f6f7447
commit 88c19358a4
3 changed files with 43 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
using System;
using WD7UVN_HFT_2023241.Repository;
namespace WD7UVN_HFT_2023241.Client
{
@@ -7,6 +8,8 @@ namespace WD7UVN_HFT_2023241.Client
static void Main(string[] args)
{
Console.WriteLine("Hello World!");
CompanyDbContext dbContext = new CompanyDbContext();
}
}
}