ISEbd-22. Baygulov A.A. Lab work 03 #6

Closed
tellsense wants to merge 4 commits from lab3 into lab2
Showing only changes of commit d402b224ed - Show all commits

View File

@ -14,7 +14,7 @@ namespace SushiBarDatabaseImplement
{
if (!optionsBuilder.IsConfigured)
{
optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-VPL3HCO\SQLEXPRESS;Initial Catalog=SushiBarDatabaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
optionsBuilder.UseSqlServer(@"Data Source=localhost\SQLEXPRESS;Initial Catalog=SushiBarDatabaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}