PIbd-22. Safiulova K.N. LabWork_04_base #5

Closed
safiulova.k wants to merge 9 commits from LabWork_04 into LabWork_03
2 changed files with 2 additions and 2 deletions
Showing only changes of commit f6063af1b2 - Show all commits

View File

@ -15,7 +15,7 @@ namespace AircraftPlantDatabaseImplement
{
if (optionsBuilder.IsConfigured == false)
{
optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-NFSG25N\SQLEXPRESS;Initial Catalog=AircraftPlantDatabase;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
optionsBuilder.UseSqlServer(@"Data Source=DESKTOP-6QDRI0N\SQLEXPRESS;Initial Catalog=AircraftPlantDatabase;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}

View File

@ -94,4 +94,4 @@ namespace AircraftPlantView
Close();
}
}
}
}