diff --git a/FlowerShop/FlowerShop/FormShop.cs b/FlowerShop/FlowerShop/FormShop.cs index d728416..0a84022 100644 --- a/FlowerShop/FlowerShop/FormShop.cs +++ b/FlowerShop/FlowerShop/FormShop.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.SearchModels; using FlowerShopDataModels.Models; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShop : Form { diff --git a/FlowerShop/FlowerShop/FormShopSupply.cs b/FlowerShop/FlowerShop/FormShopSupply.cs index f074e7a..8d93dad 100644 --- a/FlowerShop/FlowerShop/FormShopSupply.cs +++ b/FlowerShop/FlowerShop/FormShopSupply.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.SearchModels; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShopSupply : Form { diff --git a/FlowerShop/FlowerShop/FormShops.cs b/FlowerShop/FlowerShop/FormShops.cs index c86666f..94df965 100644 --- a/FlowerShop/FlowerShop/FormShops.cs +++ b/FlowerShop/FlowerShop/FormShops.cs @@ -4,7 +4,7 @@ using FlowerShopContracts.BusinessLogicsContracts; using Microsoft.Extensions.Logging; -namespace LawFirmView +namespace FlowerShop { public partial class FormShops : Form { diff --git a/FlowerShop/FlowerShop/Program.cs b/FlowerShop/FlowerShop/Program.cs index 98e329d..1ffdfe6 100644 --- a/FlowerShop/FlowerShop/Program.cs +++ b/FlowerShop/FlowerShop/Program.cs @@ -6,7 +6,6 @@ using FlowerShopContracts.BusinessLogicsContracts; using NLog.Extensions.Logging; using Microsoft.Extensions.Logging; using System.Windows.Forms; -using LawFirmView; namespace FlowerShop {