diff --git a/Pizzeria/Pizzeria/FormProductComponent.Designer.cs b/Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.Designer.cs rename to Pizzeria/Pizzeria/FormPizzaComponent.Designer.cs diff --git a/Pizzeria/Pizzeria/FormProductComponent.cs b/Pizzeria/Pizzeria/FormPizzaComponent.cs similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.cs rename to Pizzeria/Pizzeria/FormPizzaComponent.cs diff --git a/Pizzeria/Pizzeria/FormProductComponent.resx b/Pizzeria/Pizzeria/FormPizzaComponent.resx similarity index 100% rename from Pizzeria/Pizzeria/FormProductComponent.resx rename to Pizzeria/Pizzeria/FormPizzaComponent.resx diff --git a/Pizzeria/Pizzeria/Program.cs b/Pizzeria/Pizzeria/Program.cs index 32150d8..8ab0928 100644 --- a/Pizzeria/Pizzeria/Program.cs +++ b/Pizzeria/Pizzeria/Program.cs @@ -1,8 +1,6 @@ using Microsoft.Extensions.DependencyInjection; using PizzeriaContracts.BusinessLogicsContracts; using PizzeriaContracts.StorageContracts; -using System.Drawing; -using System; using PizzeriaListImplement.Implements; using PizzeriaBusinessLogic.BusinessLogic; using Microsoft.Extensions.Logging;