исправил ошибки

This commit is contained in:
antoc0der 2024-03-13 10:22:41 +04:00
parent 3bdf92c236
commit a5d27523b9

View File

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