ПИбд-23 Насыров Артур Газинурович Лабораторная работа №3 #4

Closed
gaillard wants to merge 3 commits from lab3 into lab2
Showing only changes of commit a5d27523b9 - Show all commits

View File

@ -14,9 +14,7 @@ namespace FlowerShopDatabaseImplement
{
if (optionsBuilder.IsConfigured == false)
{
optionsBuilder.UseSqlServer(@"Data
Source=localhost\SQLEXPRESS;Initial Catalog=FlowerShopDatabaseFull;Integrated
Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
optionsBuilder.UseSqlServer(@"Data Source=localhost\SQLEXPRESS;Initial Catalog=FlowerShopDatabaseFull;Integrated Security=True;MultipleActiveResultSets=True;;TrustServerCertificate=True");
}
base.OnConfiguring(optionsBuilder);
}