diff --git a/src/Aspire/Aspire.ServiceDefaults/Extensions.cs b/src/Aspire/Aspire.ServiceDefaults/Extensions.cs index 6f6f8a689..a6e621dfc 100644 --- a/src/Aspire/Aspire.ServiceDefaults/Extensions.cs +++ b/src/Aspire/Aspire.ServiceDefaults/Extensions.cs @@ -1,12 +1,7 @@ using Azure.Monitor.OpenTelemetry.AspNetCore; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Diagnostics.HealthChecks; using Microsoft.Extensions.DependencyInjection; -using Microsoft.Extensions.Diagnostics.HealthChecks; using Microsoft.Extensions.Logging; -using Microsoft.Extensions.ServiceDiscovery; using OpenTelemetry; -using OpenTelemetry.Logs; using OpenTelemetry.Metrics; using OpenTelemetry.Resources; using OpenTelemetry.Trace; diff --git a/src/Business/Grand.Business.Catalog/Services/Products/ProductAttributeService.cs b/src/Business/Grand.Business.Catalog/Services/Products/ProductAttributeService.cs index 74bc98650..ab8f29772 100644 --- a/src/Business/Grand.Business.Catalog/Services/Products/ProductAttributeService.cs +++ b/src/Business/Grand.Business.Catalog/Services/Products/ProductAttributeService.cs @@ -2,7 +2,6 @@ using Grand.Data; using Grand.Domain; using Grand.Domain.Catalog; -using Grand.Domain.Directory; using Grand.Infrastructure.Caching; using Grand.Infrastructure.Caching.Constants; using Grand.Infrastructure.Extensions; diff --git a/src/Business/Grand.Business.Catalog/Services/Tax/TaxService.cs b/src/Business/Grand.Business.Catalog/Services/Tax/TaxService.cs index 175e42342..ba54c0663 100644 --- a/src/Business/Grand.Business.Catalog/Services/Tax/TaxService.cs +++ b/src/Business/Grand.Business.Catalog/Services/Tax/TaxService.cs @@ -1,4 +1,3 @@ -using Grand.Business.Core.Interfaces.Catalog.Directory; using Grand.Business.Core.Interfaces.Catalog.Tax; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Utilities.Catalog; diff --git a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/CaptureCommandHandler.cs b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/CaptureCommandHandler.cs index 1766c2be0..f87a44d31 100644 --- a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/CaptureCommandHandler.cs +++ b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/CaptureCommandHandler.cs @@ -1,5 +1,4 @@ -using Azure.Core; -using Grand.Business.Core.Commands.Checkout.Orders; +using Grand.Business.Core.Commands.Checkout.Orders; using Grand.Business.Core.Extensions; using Grand.Business.Core.Interfaces.Checkout.Orders; using Grand.Business.Core.Interfaces.Checkout.Payments; diff --git a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ProcessOrderPaidCommandHandler.cs b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ProcessOrderPaidCommandHandler.cs index f01b0afd8..2caa80281 100644 --- a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ProcessOrderPaidCommandHandler.cs +++ b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ProcessOrderPaidCommandHandler.cs @@ -6,9 +6,7 @@ using Grand.Business.Core.Queries.Checkout.Orders; using Grand.Domain.Localization; using Grand.Domain.Orders; -using Grand.Domain.Payments; using MediatR; -using Microsoft.IdentityModel.Protocols.OpenIdConnect; namespace Grand.Business.Checkout.Commands.Handlers.Orders; diff --git a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ValidateMinShoppingCartSubtotalAmountCommandHandler.cs b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ValidateMinShoppingCartSubtotalAmountCommandHandler.cs index 0432f53c6..fd34fac9e 100644 --- a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ValidateMinShoppingCartSubtotalAmountCommandHandler.cs +++ b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/ValidateMinShoppingCartSubtotalAmountCommandHandler.cs @@ -1,7 +1,6 @@ using Grand.Business.Core.Commands.Checkout.Orders; using Grand.Business.Core.Interfaces.Checkout.Orders; using Grand.Domain.Orders; -using Grand.Domain.Payments; using MediatR; namespace Grand.Business.Checkout.Commands.Handlers.Orders; diff --git a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/VoidCommandHandler.cs b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/VoidCommandHandler.cs index 7e69dfea8..1e249c8bd 100644 --- a/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/VoidCommandHandler.cs +++ b/src/Business/Grand.Business.Checkout/Commands/Handlers/Orders/VoidCommandHandler.cs @@ -1,5 +1,4 @@ -using Azure.Core; -using Grand.Business.Core.Commands.Checkout.Orders; +using Grand.Business.Core.Commands.Checkout.Orders; using Grand.Business.Core.Extensions; using Grand.Business.Core.Interfaces.Checkout.Orders; using Grand.Business.Core.Interfaces.Checkout.Payments; diff --git a/src/Business/Grand.Business.Checkout/Commands/Handlers/Shipping/DeliveryCommandHandler.cs b/src/Business/Grand.Business.Checkout/Commands/Handlers/Shipping/DeliveryCommandHandler.cs index 6984c3fd8..6aae6ef31 100644 --- a/src/Business/Grand.Business.Checkout/Commands/Handlers/Shipping/DeliveryCommandHandler.cs +++ b/src/Business/Grand.Business.Checkout/Commands/Handlers/Shipping/DeliveryCommandHandler.cs @@ -5,7 +5,6 @@ using Grand.Business.Core.Interfaces.Checkout.Shipping; using Grand.Business.Core.Interfaces.Messages; using Grand.Domain.Orders; -using Grand.Domain.Payments; using Grand.Domain.Shipping; using MediatR; diff --git a/src/Business/Grand.Business.Cms/Services/BlogService.cs b/src/Business/Grand.Business.Cms/Services/BlogService.cs index e89c568b6..cbf06419b 100644 --- a/src/Business/Grand.Business.Cms/Services/BlogService.cs +++ b/src/Business/Grand.Business.Cms/Services/BlogService.cs @@ -2,7 +2,6 @@ using Grand.Data; using Grand.Domain; using Grand.Domain.Blogs; -using Grand.Domain.Payments; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Extensions; using MediatR; diff --git a/src/Business/Grand.Business.Cms/Services/KnowledgebaseService.cs b/src/Business/Grand.Business.Cms/Services/KnowledgebaseService.cs index 77d825dcf..ff69bad9d 100644 --- a/src/Business/Grand.Business.Cms/Services/KnowledgebaseService.cs +++ b/src/Business/Grand.Business.Cms/Services/KnowledgebaseService.cs @@ -1,7 +1,6 @@ using Grand.Business.Core.Interfaces.Cms; using Grand.Data; using Grand.Domain; -using Grand.Domain.Catalog; using Grand.Domain.Customers; using Grand.Domain.Knowledgebase; using Grand.Domain.Permissions; @@ -12,7 +11,6 @@ using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Extensions; using MediatR; -using static Microsoft.Extensions.Logging.EventSource.LoggingEventSource; namespace Grand.Business.Cms.Services; diff --git a/src/Business/Grand.Business.Common/Services/Configuration/SettingService.cs b/src/Business/Grand.Business.Common/Services/Configuration/SettingService.cs index 21e770569..2a11943c3 100644 --- a/src/Business/Grand.Business.Common/Services/Configuration/SettingService.cs +++ b/src/Business/Grand.Business.Common/Services/Configuration/SettingService.cs @@ -1,7 +1,6 @@ using Grand.Business.Core.Interfaces.Common.Configuration; using Grand.Data; using Grand.Domain.Configuration; -using Grand.Domain.Payments; using Grand.Infrastructure.Caching; using Grand.Infrastructure.Caching.Constants; using System.Text.Json; diff --git a/src/Business/Grand.Business.Common/Services/Directory/CountryService.cs b/src/Business/Grand.Business.Common/Services/Directory/CountryService.cs index 57d09af8e..a7c848fef 100644 --- a/src/Business/Grand.Business.Common/Services/Directory/CountryService.cs +++ b/src/Business/Grand.Business.Common/Services/Directory/CountryService.cs @@ -2,7 +2,6 @@ using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Data; using Grand.Domain.Directory; -using Grand.Domain.Payments; using Grand.Infrastructure.Caching; using Grand.Infrastructure.Caching.Constants; using Grand.Infrastructure.Configuration; diff --git a/src/Business/Grand.Business.Common/Services/Directory/GroupService.cs b/src/Business/Grand.Business.Common/Services/Directory/GroupService.cs index 91b13715f..b3a041e25 100644 --- a/src/Business/Grand.Business.Common/Services/Directory/GroupService.cs +++ b/src/Business/Grand.Business.Common/Services/Directory/GroupService.cs @@ -2,7 +2,6 @@ using Grand.Data; using Grand.Domain; using Grand.Domain.Customers; -using Grand.Domain.Directory; using Grand.Infrastructure.Caching; using Grand.Infrastructure.Caching.Constants; using Grand.Infrastructure.Extensions; diff --git a/src/Business/Grand.Business.Common/Services/Pdf/HtmlToPdfService.cs b/src/Business/Grand.Business.Common/Services/Pdf/HtmlToPdfService.cs index 52c247e10..d6f107098 100644 --- a/src/Business/Grand.Business.Common/Services/Pdf/HtmlToPdfService.cs +++ b/src/Business/Grand.Business.Common/Services/Pdf/HtmlToPdfService.cs @@ -6,7 +6,6 @@ using Grand.Domain.Shipping; using Grand.SharedKernel.Extensions; using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; using Scryber; using Scryber.Components; using Path = System.IO.Path; diff --git a/src/Business/Grand.Business.Core/Commands/Messages/Common/OrderNotificationCommand.cs b/src/Business/Grand.Business.Core/Commands/Messages/Common/OrderNotificationCommand.cs index c3796fe46..4b4203588 100644 --- a/src/Business/Grand.Business.Core/Commands/Messages/Common/OrderNotificationCommand.cs +++ b/src/Business/Grand.Business.Core/Commands/Messages/Common/OrderNotificationCommand.cs @@ -1,5 +1,4 @@ -using Grand.Domain.Customers; -using Grand.Domain.Orders; +using Grand.Domain.Orders; using Grand.Infrastructure; using MediatR; diff --git a/src/Business/Grand.Business.Core/Extensions/AffiliateExtensions.cs b/src/Business/Grand.Business.Core/Extensions/AffiliateExtensions.cs index ab30f574a..44f2f7e6b 100644 --- a/src/Business/Grand.Business.Core/Extensions/AffiliateExtensions.cs +++ b/src/Business/Grand.Business.Core/Extensions/AffiliateExtensions.cs @@ -1,7 +1,4 @@ -using Grand.Business.Core.Interfaces.Customers; -using Grand.Domain.Affiliates; -using Grand.Domain.Seo; -using Grand.SharedKernel.Extensions; +using Grand.Domain.Affiliates; using System.Web; namespace Grand.Business.Core.Extensions; diff --git a/src/Business/Grand.Business.Core/Extensions/PaymentExtensions.cs b/src/Business/Grand.Business.Core/Extensions/PaymentExtensions.cs index d759a3892..5fbd259c8 100644 --- a/src/Business/Grand.Business.Core/Extensions/PaymentExtensions.cs +++ b/src/Business/Grand.Business.Core/Extensions/PaymentExtensions.cs @@ -1,6 +1,4 @@ -using Grand.Business.Core.Interfaces.Checkout.Orders; using Grand.Business.Core.Interfaces.Checkout.Payments; -using Grand.Domain.Orders; using Grand.Domain.Payments; namespace Grand.Business.Core.Extensions; diff --git a/src/Business/Grand.Business.Core/Extensions/TranslateExtensions.cs b/src/Business/Grand.Business.Core/Extensions/TranslateExtensions.cs index 37b9573e3..32d9972da 100644 --- a/src/Business/Grand.Business.Core/Extensions/TranslateExtensions.cs +++ b/src/Business/Grand.Business.Core/Extensions/TranslateExtensions.cs @@ -3,7 +3,6 @@ using Grand.Domain.Localization; using Grand.Domain.Permissions; using Grand.Infrastructure; -using Grand.Infrastructure.Plugins; using Grand.SharedKernel.Extensions; using System.Linq.Expressions; using System.Reflection; diff --git a/src/Business/Grand.Business.Core/Utilities/System/DownloadUrl.cs b/src/Business/Grand.Business.Core/Utilities/System/DownloadUrl.cs index 7b49cbb42..c258f2dee 100644 --- a/src/Business/Grand.Business.Core/Utilities/System/DownloadUrl.cs +++ b/src/Business/Grand.Business.Core/Utilities/System/DownloadUrl.cs @@ -1,6 +1,4 @@ -using System.Net.Http; - -namespace Grand.Business.Core.Utilities.System; +namespace Grand.Business.Core.Utilities.System; public static class DownloadUrl { diff --git a/src/Business/Grand.Business.Marketing/Services/Courses/CourseLessonService.cs b/src/Business/Grand.Business.Marketing/Services/Courses/CourseLessonService.cs index 62885d2fd..62ebfff3b 100644 --- a/src/Business/Grand.Business.Marketing/Services/Courses/CourseLessonService.cs +++ b/src/Business/Grand.Business.Marketing/Services/Courses/CourseLessonService.cs @@ -1,7 +1,6 @@ using Grand.Business.Core.Interfaces.Marketing.Courses; using Grand.Data; using Grand.Domain.Courses; -using Grand.Domain.Customers; using Grand.Infrastructure.Extensions; using MediatR; diff --git a/src/Business/Grand.Business.Marketing/Services/Courses/CourseSubjectService.cs b/src/Business/Grand.Business.Marketing/Services/Courses/CourseSubjectService.cs index 1dac716e4..8818453db 100644 --- a/src/Business/Grand.Business.Marketing/Services/Courses/CourseSubjectService.cs +++ b/src/Business/Grand.Business.Marketing/Services/Courses/CourseSubjectService.cs @@ -1,7 +1,6 @@ using Grand.Business.Core.Interfaces.Marketing.Courses; using Grand.Data; using Grand.Domain.Courses; -using Grand.Domain.Customers; using Grand.Infrastructure.Extensions; using MediatR; diff --git a/src/Business/Grand.Business.Marketing/Services/Newsletters/NewsLetterSubscriptionService.cs b/src/Business/Grand.Business.Marketing/Services/Newsletters/NewsLetterSubscriptionService.cs index 770082589..b19af9b63 100644 --- a/src/Business/Grand.Business.Marketing/Services/Newsletters/NewsLetterSubscriptionService.cs +++ b/src/Business/Grand.Business.Marketing/Services/Newsletters/NewsLetterSubscriptionService.cs @@ -1,4 +1,3 @@ -using Grand.Business.Core.Extensions; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Marketing.Newsletters; using Grand.Business.Marketing.Extensions; diff --git a/src/Business/Grand.Business.Marketing/Services/PushNotifications/PushNotificationsService.cs b/src/Business/Grand.Business.Marketing/Services/PushNotifications/PushNotificationsService.cs index 12e5426e6..6f3ce00fc 100644 --- a/src/Business/Grand.Business.Marketing/Services/PushNotifications/PushNotificationsService.cs +++ b/src/Business/Grand.Business.Marketing/Services/PushNotifications/PushNotificationsService.cs @@ -6,7 +6,6 @@ using Grand.Infrastructure.Extensions; using MediatR; using Microsoft.Extensions.Logging; -using System.Net.Http; using System.Text.Json; namespace Grand.Business.Marketing.Services.PushNotifications; diff --git a/src/Business/Grand.Business.Storage/Services/AmazonPictureService.cs b/src/Business/Grand.Business.Storage/Services/AmazonPictureService.cs index 4c53dcd7d..7309befe7 100644 --- a/src/Business/Grand.Business.Storage/Services/AmazonPictureService.cs +++ b/src/Business/Grand.Business.Storage/Services/AmazonPictureService.cs @@ -5,7 +5,6 @@ using Amazon.S3.Util; using Grand.Business.Core.Interfaces.Storage; using Grand.Data; -using Grand.Domain.Customers; using Grand.Domain.Media; using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; diff --git a/src/Business/Grand.Business.Storage/Startup/StartupApplication.cs b/src/Business/Grand.Business.Storage/Startup/StartupApplication.cs index 7efcf882a..73d82e44c 100644 --- a/src/Business/Grand.Business.Storage/Startup/StartupApplication.cs +++ b/src/Business/Grand.Business.Storage/Startup/StartupApplication.cs @@ -1,5 +1,4 @@ -using DotLiquid.Tags; -using Grand.Business.Core.Interfaces.Storage; +using Grand.Business.Core.Interfaces.Storage; using Grand.Business.Storage.Services; using Grand.Infrastructure; using Grand.Infrastructure.Configuration; diff --git a/src/Core/Grand.Data/LiteDb/LiteDBContext.cs b/src/Core/Grand.Data/LiteDb/LiteDBContext.cs index 25f82e23d..2183a6df6 100644 --- a/src/Core/Grand.Data/LiteDb/LiteDBContext.cs +++ b/src/Core/Grand.Data/LiteDb/LiteDBContext.cs @@ -1,7 +1,6 @@ using Grand.Domain; using Grand.Domain.Common; using LiteDB; -using System.Xml.Linq; namespace Grand.Data.LiteDb; diff --git a/src/Core/Grand.Data/LiteDb/LiteDBRepository.cs b/src/Core/Grand.Data/LiteDb/LiteDBRepository.cs index 79d5c4b55..dd42e2236 100644 --- a/src/Core/Grand.Data/LiteDb/LiteDBRepository.cs +++ b/src/Core/Grand.Data/LiteDb/LiteDBRepository.cs @@ -1,7 +1,6 @@ using Grand.Domain; using Grand.SharedKernel.Attributes; using LiteDB; -using System.Collections; using System.Linq.Expressions; using System.Reflection; diff --git a/src/Core/Grand.Data/Mongo/MongoDBContext.cs b/src/Core/Grand.Data/Mongo/MongoDBContext.cs index 15f759e71..f6b46c5ab 100644 --- a/src/Core/Grand.Data/Mongo/MongoDBContext.cs +++ b/src/Core/Grand.Data/Mongo/MongoDBContext.cs @@ -1,7 +1,6 @@ using Grand.Domain; using MongoDB.Bson; using MongoDB.Driver; -using System.Xml.Linq; namespace Grand.Data.Mongo; diff --git a/src/Core/Grand.Data/Mongo/MongoDBStartupBase.cs b/src/Core/Grand.Data/Mongo/MongoDBStartupBase.cs index aa85d9a77..a5a238864 100644 --- a/src/Core/Grand.Data/Mongo/MongoDBStartupBase.cs +++ b/src/Core/Grand.Data/Mongo/MongoDBStartupBase.cs @@ -1,5 +1,4 @@ -using Grand.Domain; -using Grand.Domain.Media; +using Grand.Domain.Media; using Grand.SharedKernel; using MongoDB.Bson; using MongoDB.Bson.Serialization; diff --git a/src/Core/Grand.Infrastructure/Migrations/IMigration.cs b/src/Core/Grand.Infrastructure/Migrations/IMigration.cs index 7180c2ef7..eb0dfc831 100644 --- a/src/Core/Grand.Infrastructure/Migrations/IMigration.cs +++ b/src/Core/Grand.Infrastructure/Migrations/IMigration.cs @@ -1,6 +1,4 @@ -using Grand.Data; - -namespace Grand.Infrastructure.Migrations; +namespace Grand.Infrastructure.Migrations; public interface IMigration : IBaseMigration { diff --git a/src/Core/Grand.Infrastructure/Roslyn/RoslynCompiler.cs b/src/Core/Grand.Infrastructure/Roslyn/RoslynCompiler.cs index 5a3b9aba0..48d546fdc 100644 --- a/src/Core/Grand.Infrastructure/Roslyn/RoslynCompiler.cs +++ b/src/Core/Grand.Infrastructure/Roslyn/RoslynCompiler.cs @@ -1,12 +1,10 @@ using Grand.Infrastructure.Configuration; -using Grand.SharedKernel.Extensions; using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.ApplicationParts; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp.Scripting; using Microsoft.CodeAnalysis.Scripting; using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.Hosting.Internal; using System.Collections.Immutable; using System.Diagnostics; using System.Runtime.Loader; diff --git a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddBrandCommandHandler.cs b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddBrandCommandHandler.cs index 5d0a109a2..b9b342216 100644 --- a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddBrandCommandHandler.cs +++ b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddBrandCommandHandler.cs @@ -3,7 +3,6 @@ using Grand.Module.Api.Extensions; using Grand.Business.Core.Interfaces.Catalog.Brands; using Grand.Business.Core.Interfaces.Common.Seo; -using Grand.Domain.Catalog; using MediatR; namespace Grand.Module.Api.Commands.Handlers.Catalog; diff --git a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCategoryCommandHandler.cs b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCategoryCommandHandler.cs index 449a2f2c4..c20025971 100644 --- a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCategoryCommandHandler.cs +++ b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCategoryCommandHandler.cs @@ -3,7 +3,6 @@ using Grand.Module.Api.Extensions; using Grand.Business.Core.Interfaces.Catalog.Categories; using Grand.Business.Core.Interfaces.Common.Seo; -using Grand.Domain.Catalog; using MediatR; namespace Grand.Module.Api.Commands.Handlers.Catalog; diff --git a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCollectionCommandHandler.cs b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCollectionCommandHandler.cs index 0cfa0d441..565527d57 100644 --- a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCollectionCommandHandler.cs +++ b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddCollectionCommandHandler.cs @@ -3,7 +3,6 @@ using Grand.Module.Api.Extensions; using Grand.Business.Core.Interfaces.Catalog.Collections; using Grand.Business.Core.Interfaces.Common.Seo; -using Grand.Domain.Catalog; using MediatR; namespace Grand.Module.Api.Commands.Handlers.Catalog; diff --git a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddProductCommandHandler.cs b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddProductCommandHandler.cs index 5c54ce738..074f3fd2e 100644 --- a/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddProductCommandHandler.cs +++ b/src/Modules/Grand.Module.Api/Commands/Handlers/Catalog/AddProductCommandHandler.cs @@ -1,13 +1,8 @@ using Grand.Module.Api.Commands.Models.Catalog; using Grand.Module.Api.DTOs.Catalog; using Grand.Module.Api.Extensions; -using Grand.Business.Core.Extensions; using Grand.Business.Core.Interfaces.Catalog.Products; -using Grand.Business.Core.Interfaces.Common.Localization; using Grand.Business.Core.Interfaces.Common.Seo; -using Grand.Domain.Catalog; -using Grand.Domain.Seo; -using Grand.Infrastructure; using MediatR; namespace Grand.Module.Api.Commands.Handlers.Catalog; diff --git a/src/Modules/Grand.Module.Api/Controllers/TokenController.cs b/src/Modules/Grand.Module.Api/Controllers/TokenController.cs index 8dfba281d..095fb9ef9 100644 --- a/src/Modules/Grand.Module.Api/Controllers/TokenController.cs +++ b/src/Modules/Grand.Module.Api/Controllers/TokenController.cs @@ -4,7 +4,6 @@ using MediatR; using Microsoft.AspNetCore.Authorization; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Http; namespace Grand.Module.Api.Controllers; diff --git a/src/Modules/Grand.Module.Installer/Services/InstallDataCategories.cs b/src/Modules/Grand.Module.Installer/Services/InstallDataCategories.cs index fed2a82f9..12d7b2bbd 100644 --- a/src/Modules/Grand.Module.Installer/Services/InstallDataCategories.cs +++ b/src/Modules/Grand.Module.Installer/Services/InstallDataCategories.cs @@ -2,7 +2,6 @@ using Grand.Domain.Common; using Grand.Domain.Seo; using Grand.Module.Installer.Extensions; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Module.Installer.Services; diff --git a/src/Modules/Grand.Module.Installer/Services/InstallDataProducts.cs b/src/Modules/Grand.Module.Installer/Services/InstallDataProducts.cs index fac437266..b6c9d2bf3 100644 --- a/src/Modules/Grand.Module.Installer/Services/InstallDataProducts.cs +++ b/src/Modules/Grand.Module.Installer/Services/InstallDataProducts.cs @@ -1,5 +1,4 @@ -using Grand.Domain.Blogs; -using Grand.Domain.Catalog; +using Grand.Domain.Catalog; using Grand.Domain.Common; using Grand.Domain.Media; using Grand.Domain.Seo; diff --git a/src/Modules/Grand.Module.Migration/Migrations/1.1/MigrationUpdateResourceString.cs b/src/Modules/Grand.Module.Migration/Migrations/1.1/MigrationUpdateResourceString.cs index bbd015497..8885a1bfe 100644 --- a/src/Modules/Grand.Module.Migration/Migrations/1.1/MigrationUpdateResourceString.cs +++ b/src/Modules/Grand.Module.Migration/Migrations/1.1/MigrationUpdateResourceString.cs @@ -1,5 +1,4 @@ -using Grand.Data; -using Grand.Infrastructure.Migrations; +using Grand.Infrastructure.Migrations; namespace Grand.Module.Migration.Migrations._1._1; diff --git a/src/Modules/Grand.Module.Migration/Migrations/2.0/MigrationUpdateResourceString.cs b/src/Modules/Grand.Module.Migration/Migrations/2.0/MigrationUpdateResourceString.cs index f3e0393d1..14aaade1e 100644 --- a/src/Modules/Grand.Module.Migration/Migrations/2.0/MigrationUpdateResourceString.cs +++ b/src/Modules/Grand.Module.Migration/Migrations/2.0/MigrationUpdateResourceString.cs @@ -1,5 +1,4 @@ -using Grand.Data; -using Grand.Infrastructure.Migrations; +using Grand.Infrastructure.Migrations; namespace Grand.Module.Migration.Migrations._2._0; diff --git a/src/Modules/Grand.Module.Migration/Migrations/2.1/MigrationUpdateResourceString.cs b/src/Modules/Grand.Module.Migration/Migrations/2.1/MigrationUpdateResourceString.cs index 451774fb0..f40236ddd 100644 --- a/src/Modules/Grand.Module.Migration/Migrations/2.1/MigrationUpdateResourceString.cs +++ b/src/Modules/Grand.Module.Migration/Migrations/2.1/MigrationUpdateResourceString.cs @@ -1,5 +1,4 @@ -using Grand.Data; -using Grand.Infrastructure.Migrations; +using Grand.Infrastructure.Migrations; namespace Grand.Module.Migration.Migrations._2._1; diff --git a/src/Modules/Grand.Module.Migration/Migrations/2.2/MigrationUpdateResourceString.cs b/src/Modules/Grand.Module.Migration/Migrations/2.2/MigrationUpdateResourceString.cs index 9d55240e2..6bcfd82a0 100644 --- a/src/Modules/Grand.Module.Migration/Migrations/2.2/MigrationUpdateResourceString.cs +++ b/src/Modules/Grand.Module.Migration/Migrations/2.2/MigrationUpdateResourceString.cs @@ -1,5 +1,4 @@ -using Grand.Data; -using Grand.Infrastructure.Migrations; +using Grand.Infrastructure.Migrations; namespace Grand.Module.Migration.Migrations._2._2; diff --git a/src/Modules/Grand.Module.Migration/Startup/StartupApplication.cs b/src/Modules/Grand.Module.Migration/Startup/StartupApplication.cs index 37eb4218a..4121094c0 100644 --- a/src/Modules/Grand.Module.Migration/Startup/StartupApplication.cs +++ b/src/Modules/Grand.Module.Migration/Startup/StartupApplication.cs @@ -1,6 +1,5 @@ using Grand.Data; using Grand.Infrastructure; -using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Migrations; using Grand.Module.Migration.Migrations; using Microsoft.AspNetCore.Builder; diff --git a/src/Modules/Grand.Module.ScheduledTasks/Commands/Handlers/Catalog/SendNotificationsToSubscribersCommandHandler.cs b/src/Modules/Grand.Module.ScheduledTasks/Commands/Handlers/Catalog/SendNotificationsToSubscribersCommandHandler.cs index 09b9aba3d..bed805612 100644 --- a/src/Modules/Grand.Module.ScheduledTasks/Commands/Handlers/Catalog/SendNotificationsToSubscribersCommandHandler.cs +++ b/src/Modules/Grand.Module.ScheduledTasks/Commands/Handlers/Catalog/SendNotificationsToSubscribersCommandHandler.cs @@ -7,7 +7,6 @@ using Grand.Domain.Customers; using Grand.SharedKernel.Extensions; using MediatR; -using Microsoft.IdentityModel.Tokens; namespace Grand.Module.ScheduledTasks.Commands.Handlers.Catalog; diff --git a/src/Plugins/DiscountRules.Standard/Areas/Admin/Controllers/HasOneProductController.cs b/src/Plugins/DiscountRules.Standard/Areas/Admin/Controllers/HasOneProductController.cs index c9bf369db..2c4d74dd7 100644 --- a/src/Plugins/DiscountRules.Standard/Areas/Admin/Controllers/HasOneProductController.cs +++ b/src/Plugins/DiscountRules.Standard/Areas/Admin/Controllers/HasOneProductController.cs @@ -7,9 +7,7 @@ using Grand.Business.Core.Interfaces.Customers; using Grand.Domain.Catalog; using Grand.Domain.Discounts; -using Grand.Domain.Localization; using Grand.Domain.Permissions; -using Grand.Domain.Stores; using Grand.Domain.Vendors; using Grand.Infrastructure; using Grand.Web.Common.Controllers; diff --git a/src/Plugins/ExchangeRate.McExchange/EcbExchange.cs b/src/Plugins/ExchangeRate.McExchange/EcbExchange.cs index b1d6767dc..f7a21fe95 100644 --- a/src/Plugins/ExchangeRate.McExchange/EcbExchange.cs +++ b/src/Plugins/ExchangeRate.McExchange/EcbExchange.cs @@ -1,5 +1,4 @@ using System.Globalization; -using System.Net.Http; using System.Xml; namespace ExchangeRate.McExchange; diff --git a/src/Plugins/ExchangeRate.McExchange/McExchangeRateProvider.cs b/src/Plugins/ExchangeRate.McExchange/McExchangeRateProvider.cs index 5f3a84f92..23226fe85 100644 --- a/src/Plugins/ExchangeRate.McExchange/McExchangeRateProvider.cs +++ b/src/Plugins/ExchangeRate.McExchange/McExchangeRateProvider.cs @@ -1,6 +1,5 @@ using Grand.Business.Core.Interfaces.Common.Providers; using Grand.SharedKernel; -using System.Net.Http; namespace ExchangeRate.McExchange; diff --git a/src/Plugins/ExchangeRate.McExchange/NbpExchange.cs b/src/Plugins/ExchangeRate.McExchange/NbpExchange.cs index 0fcd922a8..f452a7f4f 100644 --- a/src/Plugins/ExchangeRate.McExchange/NbpExchange.cs +++ b/src/Plugins/ExchangeRate.McExchange/NbpExchange.cs @@ -1,6 +1,5 @@ using System.Diagnostics; using System.Globalization; -using System.Net.Http; using System.Net.Mime; using System.Xml; diff --git a/src/Plugins/Shipping.ShippingPoint/ShippingPointRateProvider.cs b/src/Plugins/Shipping.ShippingPoint/ShippingPointRateProvider.cs index 734bc59de..8f270a70c 100644 --- a/src/Plugins/Shipping.ShippingPoint/ShippingPointRateProvider.cs +++ b/src/Plugins/Shipping.ShippingPoint/ShippingPointRateProvider.cs @@ -1,5 +1,4 @@ using Grand.Business.Core.Enums.Checkout; -using Grand.Business.Core.Extensions; using Grand.Business.Core.Interfaces.Checkout.Shipping; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Common.Localization; diff --git a/src/Plugins/Widgets.Slider/Extensions.cs b/src/Plugins/Widgets.Slider/Extensions.cs index 2e2c1adb5..88446dc3a 100644 --- a/src/Plugins/Widgets.Slider/Extensions.cs +++ b/src/Plugins/Widgets.Slider/Extensions.cs @@ -3,7 +3,6 @@ using Grand.Infrastructure.Mapper; using Grand.Infrastructure.Models; using Grand.Web.Common.Extensions; -using Grand.Web.Common.Models; using System.Reflection; using Widgets.Slider.Domain; using Widgets.Slider.Models; diff --git a/src/Tests/Grand.Business.Authentication.Tests/Services/CookieAuthenticationServiceTests.cs b/src/Tests/Grand.Business.Authentication.Tests/Services/CookieAuthenticationServiceTests.cs index 8071c511a..4499de723 100644 --- a/src/Tests/Grand.Business.Authentication.Tests/Services/CookieAuthenticationServiceTests.cs +++ b/src/Tests/Grand.Business.Authentication.Tests/Services/CookieAuthenticationServiceTests.cs @@ -1,5 +1,4 @@ using Grand.Business.Authentication.Services; -using Grand.Business.Core.Interfaces.Authentication; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Customers; using Grand.Business.Core.Utilities.Authentication; diff --git a/src/Tests/Grand.Business.Authentication.Tests/Services/RefreshTokenServiceTests.cs b/src/Tests/Grand.Business.Authentication.Tests/Services/RefreshTokenServiceTests.cs index 727e61c98..3850135c1 100644 --- a/src/Tests/Grand.Business.Authentication.Tests/Services/RefreshTokenServiceTests.cs +++ b/src/Tests/Grand.Business.Authentication.Tests/Services/RefreshTokenServiceTests.cs @@ -1,11 +1,8 @@ using Grand.Business.Authentication.Services; -using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Customers; -using Grand.Domain; using Grand.Domain.Common; using Grand.Domain.Customers; using Grand.Domain.Security; -using Grand.Domain.Stores; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.TypeConverters.Converter; using Grand.SharedKernel.Extensions; diff --git a/src/Tests/Grand.Business.Authentication.Tests/Services/TwoFactorAuthenticationServiceTests.cs b/src/Tests/Grand.Business.Authentication.Tests/Services/TwoFactorAuthenticationServiceTests.cs index f87e2d460..84022c811 100644 --- a/src/Tests/Grand.Business.Authentication.Tests/Services/TwoFactorAuthenticationServiceTests.cs +++ b/src/Tests/Grand.Business.Authentication.Tests/Services/TwoFactorAuthenticationServiceTests.cs @@ -1,6 +1,5 @@ using Grand.Business.Authentication.Services; using Grand.Business.Core.Interfaces.Authentication; -using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Customers; using Grand.Domain.Customers; using Grand.Domain.Localization; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Handlers/UpdateProductReviewTotalsCommandHandlerTest.cs b/src/Tests/Grand.Business.Catalog.Tests/Handlers/UpdateProductReviewTotalsCommandHandlerTest.cs index 8262b7b17..2417973e6 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Handlers/UpdateProductReviewTotalsCommandHandlerTest.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Handlers/UpdateProductReviewTotalsCommandHandlerTest.cs @@ -6,7 +6,6 @@ using Grand.Domain; using Grand.Domain.Catalog; using Grand.Infrastructure.Caching; -using Grand.SharedKernel.Extensions; using Microsoft.VisualStudio.TestTools.UnitTesting; using MongoDB.Driver; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceDbTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceDbTests.cs index cbd13b513..3ef79dec1 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceDbTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceDbTests.cs @@ -10,7 +10,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceTests.cs index 0f1d11174..37d6b27f5 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/CategoryServiceTests.cs @@ -11,7 +11,6 @@ using Grand.Infrastructure.Events; using Grand.SharedKernel.Extensions; using MediatR; -using Microsoft.Extensions.Hosting.Internal; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/ProductCategoryServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/ProductCategoryServiceTests.cs index eb85556b6..baf72e6bf 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/ProductCategoryServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Categories/ProductCategoryServiceTests.cs @@ -8,7 +8,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Collections/ProductCollectionServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Collections/ProductCollectionServiceTests.cs index 3fb95640f..6ad830dd5 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Collections/ProductCollectionServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Collections/ProductCollectionServiceTests.cs @@ -8,7 +8,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Discounts/DiscountServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Discounts/DiscountServiceTests.cs index be911b368..ef72e1418 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Discounts/DiscountServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Discounts/DiscountServiceTests.cs @@ -1,7 +1,6 @@ using Grand.Business.Catalog.Queries.Handlers; using Grand.Business.Catalog.Services.Discounts; using Grand.Business.Core.Interfaces.Catalog.Discounts; -using Grand.Business.Core.Interfaces.Common.Localization; using Grand.Business.Core.Queries.Catalog; using Grand.Business.Core.Utilities.Catalog; using Grand.Data; @@ -16,7 +15,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/InventoryManageServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/InventoryManageServiceTests.cs index 52592706c..35a7a2091 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/InventoryManageServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/InventoryManageServiceTests.cs @@ -10,7 +10,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/OutOfStockSubscriptionServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/OutOfStockSubscriptionServiceTests.cs index fe8386c11..20500dc62 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/OutOfStockSubscriptionServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/OutOfStockSubscriptionServiceTests.cs @@ -4,7 +4,6 @@ using Grand.Data.Tests.MongoDb; using Grand.Domain.Catalog; using Grand.Domain.Common; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeFormatterTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeFormatterTests.cs index 7ee5b1bed..a281d1e0e 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeFormatterTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeFormatterTests.cs @@ -11,7 +11,6 @@ using Grand.Domain.Stores; using Grand.Infrastructure; using Grand.Infrastructure.Configuration; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeServiceTests.cs index 00c279ec6..2a14da1db 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductAttributeServiceTests.cs @@ -5,7 +5,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductServiceTests.cs index 7adf2d6b5..dce7a3060 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductServiceTests.cs @@ -12,7 +12,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductTagServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductTagServiceTests.cs index 0546820c5..f3fd767e5 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductTagServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Products/ProductTagServiceTests.cs @@ -5,7 +5,6 @@ using Grand.Infrastructure.Caching; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Tests.Caching; -using Grand.SharedKernel.Extensions; using MediatR; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Catalog.Tests/Services/Tax/TaxServiceTests.cs b/src/Tests/Grand.Business.Catalog.Tests/Services/Tax/TaxServiceTests.cs index dc99c8dc1..196298f2e 100644 --- a/src/Tests/Grand.Business.Catalog.Tests/Services/Tax/TaxServiceTests.cs +++ b/src/Tests/Grand.Business.Catalog.Tests/Services/Tax/TaxServiceTests.cs @@ -1,5 +1,4 @@ using Grand.Business.Catalog.Services.Tax; -using Grand.Business.Core.Interfaces.Catalog.Directory; using Grand.Business.Core.Interfaces.Catalog.Tax; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Domain.Catalog; @@ -7,7 +6,6 @@ using Grand.Domain.Customers; using Grand.Domain.Tax; using Grand.Infrastructure; -using Grand.SharedKernel.Extensions; using Microsoft.Extensions.Logging; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Checkout.Tests/Services/Orders/ShoppingCartServiceTests.cs b/src/Tests/Grand.Business.Checkout.Tests/Services/Orders/ShoppingCartServiceTests.cs index 9c8f4d7fb..5034bb46e 100644 --- a/src/Tests/Grand.Business.Checkout.Tests/Services/Orders/ShoppingCartServiceTests.cs +++ b/src/Tests/Grand.Business.Checkout.Tests/Services/Orders/ShoppingCartServiceTests.cs @@ -1,7 +1,6 @@ using Grand.Business.Checkout.Services.Orders; using Grand.Business.Core.Interfaces.Catalog.Products; using Grand.Business.Core.Interfaces.Checkout.Orders; -using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Customers; using Grand.Business.Core.Utilities.Checkout; using Grand.Domain.Catalog; diff --git a/src/Tests/Grand.Business.Cms.Tests/Services/CookiePreferenceTests.cs b/src/Tests/Grand.Business.Cms.Tests/Services/CookiePreferenceTests.cs index 275a32e33..fced4b31f 100644 --- a/src/Tests/Grand.Business.Cms.Tests/Services/CookiePreferenceTests.cs +++ b/src/Tests/Grand.Business.Cms.Tests/Services/CookiePreferenceTests.cs @@ -1,7 +1,5 @@ using Grand.Business.Cms.Services; using Grand.Business.Core.Interfaces.Cms; -using Grand.Business.Core.Interfaces.Common.Directory; -using Grand.Domain; using Grand.Domain.Common; using Grand.Domain.Customers; using Grand.Domain.Stores; diff --git a/src/Tests/Grand.Business.Common.Tests/Extensions/TranslateExtensionsTests.cs b/src/Tests/Grand.Business.Common.Tests/Extensions/TranslateExtensionsTests.cs index 77414435a..cac29631f 100644 --- a/src/Tests/Grand.Business.Common.Tests/Extensions/TranslateExtensionsTests.cs +++ b/src/Tests/Grand.Business.Common.Tests/Extensions/TranslateExtensionsTests.cs @@ -2,7 +2,6 @@ using Grand.Business.Core.Interfaces.Common.Localization; using Grand.Domain.Catalog; using Grand.Domain.Localization; -using Grand.Domain.Permissions; using Microsoft.VisualStudio.TestTools.UnitTesting; using Moq; diff --git a/src/Tests/Grand.Business.Customers.Tests/Extensions/AffiliateExtensionsTests.cs b/src/Tests/Grand.Business.Customers.Tests/Extensions/AffiliateExtensionsTests.cs index d742ee00b..8b668f18c 100644 --- a/src/Tests/Grand.Business.Customers.Tests/Extensions/AffiliateExtensionsTests.cs +++ b/src/Tests/Grand.Business.Customers.Tests/Extensions/AffiliateExtensionsTests.cs @@ -2,7 +2,6 @@ using Grand.Business.Core.Interfaces.Customers; using Grand.Domain.Affiliates; using Grand.Domain.Common; -using Grand.Domain.Seo; using Grand.Domain.Stores; using Grand.Infrastructure; using Microsoft.VisualStudio.TestTools.UnitTesting; diff --git a/src/Tests/Grand.Business.Customers.Tests/Services/CustomerManagerServiceTests.cs b/src/Tests/Grand.Business.Customers.Tests/Services/CustomerManagerServiceTests.cs index e23dd06be..07348f69f 100644 --- a/src/Tests/Grand.Business.Customers.Tests/Services/CustomerManagerServiceTests.cs +++ b/src/Tests/Grand.Business.Customers.Tests/Services/CustomerManagerServiceTests.cs @@ -1,5 +1,4 @@ using Grand.Business.Core.Interfaces.Common.Directory; -using Grand.Business.Core.Interfaces.Common.Localization; using Grand.Business.Core.Interfaces.Common.Security; using Grand.Business.Core.Interfaces.Customers; using Grand.Business.Core.Utilities.Customers; diff --git a/src/Tests/Grand.Business.Customers.Tests/Services/CustomerServiceTests.cs b/src/Tests/Grand.Business.Customers.Tests/Services/CustomerServiceTests.cs index e53ca4030..1cbc17783 100644 --- a/src/Tests/Grand.Business.Customers.Tests/Services/CustomerServiceTests.cs +++ b/src/Tests/Grand.Business.Customers.Tests/Services/CustomerServiceTests.cs @@ -1,6 +1,4 @@ -using Grand.Business.Common.Services.Directory; -using Grand.Business.Core.Interfaces.Common.Directory; -using Grand.Business.Core.Queries.Customers; +using Grand.Business.Core.Queries.Customers; using Grand.Business.Customers.Services; using Grand.Data; using Grand.Data.Tests.MongoDb; diff --git a/src/Tests/Grand.Business.Marketing.Tests/Services/PushNotifications/PushNotificationsServiceTests.cs b/src/Tests/Grand.Business.Marketing.Tests/Services/PushNotifications/PushNotificationsServiceTests.cs index b901d452d..1b4c1f976 100644 --- a/src/Tests/Grand.Business.Marketing.Tests/Services/PushNotifications/PushNotificationsServiceTests.cs +++ b/src/Tests/Grand.Business.Marketing.Tests/Services/PushNotifications/PushNotificationsServiceTests.cs @@ -9,7 +9,6 @@ using Moq; using Moq.Protected; using System.Net; -using System.Net.Http; using System.Text.Json; namespace Grand.Business.Marketing.Tests.Services.PushNotifications; diff --git a/src/Tests/Grand.Data.Tests/LiteDb/LiteDbRepositoryTests.cs b/src/Tests/Grand.Data.Tests/LiteDb/LiteDbRepositoryTests.cs index 84ba18828..84ba7396c 100644 --- a/src/Tests/Grand.Data.Tests/LiteDb/LiteDbRepositoryTests.cs +++ b/src/Tests/Grand.Data.Tests/LiteDb/LiteDbRepositoryTests.cs @@ -1,5 +1,4 @@ using Grand.Domain.Common; -using Grand.SharedKernel.Extensions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Grand.Data.Tests.LiteDb; diff --git a/src/Tests/Grand.Data.Tests/MongoDb/MongoRepositoryTests.cs b/src/Tests/Grand.Data.Tests/MongoDb/MongoRepositoryTests.cs index 52960bb86..9c576f54c 100644 --- a/src/Tests/Grand.Data.Tests/MongoDb/MongoRepositoryTests.cs +++ b/src/Tests/Grand.Data.Tests/MongoDb/MongoRepositoryTests.cs @@ -1,5 +1,4 @@ using Grand.Domain.Common; -using Grand.SharedKernel.Extensions; using Microsoft.VisualStudio.TestTools.UnitTesting; namespace Grand.Data.Tests.MongoDb; diff --git a/src/Tests/Grand.Infrastructure.Tests/Plugins/BasePluginTests.cs b/src/Tests/Grand.Infrastructure.Tests/Plugins/BasePluginTests.cs index 35129f526..d4a8a9811 100644 --- a/src/Tests/Grand.Infrastructure.Tests/Plugins/BasePluginTests.cs +++ b/src/Tests/Grand.Infrastructure.Tests/Plugins/BasePluginTests.cs @@ -1,6 +1,5 @@ using Grand.Infrastructure.Plugins; using Grand.SharedKernel.Extensions; -using Microsoft.Extensions.Hosting.Internal; using Microsoft.VisualStudio.TestTools.UnitTesting; using TestContext = NUnit.Framework.TestContext; diff --git a/src/Web/Grand.Web.Admin/Controllers/BaseAdminController.cs b/src/Web/Grand.Web.Admin/Controllers/BaseAdminController.cs index 58512af12..770f1c546 100644 --- a/src/Web/Grand.Web.Admin/Controllers/BaseAdminController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/BaseAdminController.cs @@ -7,7 +7,6 @@ using Grand.Web.Common.Controllers; using Grand.Web.Common.Filters; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/BrandController.cs b/src/Web/Grand.Web.Admin/Controllers/BrandController.cs index a857a8eb3..c48b258ec 100644 --- a/src/Web/Grand.Web.Admin/Controllers/BrandController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/BrandController.cs @@ -16,7 +16,6 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Filters; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Web/Grand.Web.Admin/Controllers/CategoryController.cs b/src/Web/Grand.Web.Admin/Controllers/CategoryController.cs index c3b468a15..df3133461 100644 --- a/src/Web/Grand.Web.Admin/Controllers/CategoryController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/CategoryController.cs @@ -15,7 +15,6 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Filters; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/CollectionController.cs b/src/Web/Grand.Web.Admin/Controllers/CollectionController.cs index 9ec5a45aa..769823fc5 100644 --- a/src/Web/Grand.Web.Admin/Controllers/CollectionController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/CollectionController.cs @@ -16,7 +16,6 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Filters; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Web/Grand.Web.Admin/Controllers/CountryController.cs b/src/Web/Grand.Web.Admin/Controllers/CountryController.cs index 4fe6616d1..d2433fae2 100644 --- a/src/Web/Grand.Web.Admin/Controllers/CountryController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/CountryController.cs @@ -11,7 +11,6 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Filters; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/DownloadController.cs b/src/Web/Grand.Web.Admin/Controllers/DownloadController.cs index b29b4703a..e063c67a0 100644 --- a/src/Web/Grand.Web.Admin/Controllers/DownloadController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/DownloadController.cs @@ -6,7 +6,6 @@ using Grand.Web.Common.Extensions; using Grand.Web.Common.Security.Authorization; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/HomeController.cs b/src/Web/Grand.Web.Admin/Controllers/HomeController.cs index bf03ee122..9d76631bd 100644 --- a/src/Web/Grand.Web.Admin/Controllers/HomeController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/HomeController.cs @@ -13,7 +13,6 @@ using Grand.Web.Admin.Models.Home; using MediatR; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Logging; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/LanguageController.cs b/src/Web/Grand.Web.Admin/Controllers/LanguageController.cs index 96d6af6cb..c68fd540e 100644 --- a/src/Web/Grand.Web.Admin/Controllers/LanguageController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/LanguageController.cs @@ -7,7 +7,6 @@ using Grand.Web.Common.Extensions; using Grand.Web.Common.Filters; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/LoginController.cs b/src/Web/Grand.Web.Admin/Controllers/LoginController.cs index 38c18a730..e70962902 100644 --- a/src/Web/Grand.Web.Admin/Controllers/LoginController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/LoginController.cs @@ -11,9 +11,7 @@ using Grand.Web.Common.Controllers; using Grand.Web.Common.Security.Captcha; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/MaintenanceController.cs b/src/Web/Grand.Web.Admin/Controllers/MaintenanceController.cs index c37cfaba2..b51ca8b8d 100644 --- a/src/Web/Grand.Web.Admin/Controllers/MaintenanceController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/MaintenanceController.cs @@ -17,7 +17,6 @@ using MediatR; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.Extensions.Logging; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/NewsLetterSubscriptionController.cs b/src/Web/Grand.Web.Admin/Controllers/NewsLetterSubscriptionController.cs index b0ab6d846..aaa3fb7f8 100644 --- a/src/Web/Grand.Web.Admin/Controllers/NewsLetterSubscriptionController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/NewsLetterSubscriptionController.cs @@ -10,7 +10,6 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Extensions; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using System.Globalization; diff --git a/src/Web/Grand.Web.Admin/Controllers/PictureController.cs b/src/Web/Grand.Web.Admin/Controllers/PictureController.cs index d5c991705..05f5dbe4e 100644 --- a/src/Web/Grand.Web.Admin/Controllers/PictureController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/PictureController.cs @@ -7,7 +7,6 @@ using Grand.Web.Common.Security.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.StaticFiles; -using Microsoft.AspNetCore.Http; using Grand.SharedKernel.Extensions; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/PluginController.cs b/src/Web/Grand.Web.Admin/Controllers/PluginController.cs index de794fbaf..56eba672d 100644 --- a/src/Web/Grand.Web.Admin/Controllers/PluginController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/PluginController.cs @@ -10,11 +10,7 @@ using Grand.Web.Common.DataSource; using Grand.Web.Common.Localization; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Hosting; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; using System.IO.Compression; using System.Reflection; diff --git a/src/Web/Grand.Web.Admin/Controllers/ProductController.cs b/src/Web/Grand.Web.Admin/Controllers/ProductController.cs index ecb4a9353..f0fc13740 100644 --- a/src/Web/Grand.Web.Admin/Controllers/ProductController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/ProductController.cs @@ -21,7 +21,6 @@ using Grand.Web.Common.Filters; using Grand.Web.Common.Localization; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.StaticFiles; diff --git a/src/Web/Grand.Web.Admin/Controllers/ReportsController.cs b/src/Web/Grand.Web.Admin/Controllers/ReportsController.cs index bb5c31443..eded05305 100644 --- a/src/Web/Grand.Web.Admin/Controllers/ReportsController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/ReportsController.cs @@ -1,5 +1,4 @@ -using Grand.Business.Core.Extensions; -using Grand.Business.Core.Interfaces.Catalog.Directory; +using Grand.Business.Core.Interfaces.Catalog.Directory; using Grand.Business.Core.Interfaces.Catalog.Prices; using Grand.Business.Core.Interfaces.Catalog.Products; using Grand.Business.Core.Interfaces.Checkout.Orders; diff --git a/src/Web/Grand.Web.Admin/Controllers/ScheduleTaskController.cs b/src/Web/Grand.Web.Admin/Controllers/ScheduleTaskController.cs index a9164e9e4..a59787cec 100644 --- a/src/Web/Grand.Web.Admin/Controllers/ScheduleTaskController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/ScheduleTaskController.cs @@ -11,7 +11,6 @@ using Grand.Web.Common.Security.Authorization; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/SettingController.cs b/src/Web/Grand.Web.Admin/Controllers/SettingController.cs index f53a256e6..c55866007 100644 --- a/src/Web/Grand.Web.Admin/Controllers/SettingController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/SettingController.cs @@ -35,10 +35,8 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Themes; using MediatR; -using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.Extensions.Configuration; using OperatingSystem = Grand.Infrastructure.OperatingSystem; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Controllers/SystemController.cs b/src/Web/Grand.Web.Admin/Controllers/SystemController.cs index 1197d415b..d698ed5c8 100644 --- a/src/Web/Grand.Web.Admin/Controllers/SystemController.cs +++ b/src/Web/Grand.Web.Admin/Controllers/SystemController.cs @@ -14,10 +14,7 @@ using Grand.Web.Admin.Models.Common; using Grand.Web.Common.DataSource; using Grand.Web.Common.Security.Authorization; -using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Hosting; -using Microsoft.Extensions.Logging; using System.Runtime.InteropServices; namespace Grand.Web.Admin.Controllers; diff --git a/src/Web/Grand.Web.Admin/Endpoints/EndpointProvider.cs b/src/Web/Grand.Web.Admin/Endpoints/EndpointProvider.cs index 93b06cf30..d218dace4 100644 --- a/src/Web/Grand.Web.Admin/Endpoints/EndpointProvider.cs +++ b/src/Web/Grand.Web.Admin/Endpoints/EndpointProvider.cs @@ -1,7 +1,5 @@ using Grand.Infrastructure.Endpoints; using Grand.Web.Admin.Extensions; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Admin.Endpoints; diff --git a/src/Web/Grand.Web.Admin/Infrastructure/AdminThemeContext.cs b/src/Web/Grand.Web.Admin/Infrastructure/AdminThemeContext.cs index 0823ffeab..8a9bb5d12 100644 --- a/src/Web/Grand.Web.Admin/Infrastructure/AdminThemeContext.cs +++ b/src/Web/Grand.Web.Admin/Infrastructure/AdminThemeContext.cs @@ -2,7 +2,6 @@ using Grand.Domain.Stores; using Grand.Web.Admin.Extensions; using Grand.Web.Common.Themes; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Admin.Infrastructure; diff --git a/src/Web/Grand.Web.Admin/Services/BrandViewModelService.cs b/src/Web/Grand.Web.Admin/Services/BrandViewModelService.cs index 2e8daa3e5..8f56835d4 100644 --- a/src/Web/Grand.Web.Admin/Services/BrandViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/BrandViewModelService.cs @@ -10,7 +10,6 @@ using Grand.Web.Admin.Extensions.Mapping; using Grand.Web.Admin.Interfaces; using Grand.Web.Admin.Models.Catalog; -using Grand.Web.Common.Extensions; using Grand.Web.Common.Localization; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Web/Grand.Web.Admin/Services/CustomerViewModelService.cs b/src/Web/Grand.Web.Admin/Services/CustomerViewModelService.cs index f5da42cf5..30e33e54b 100644 --- a/src/Web/Grand.Web.Admin/Services/CustomerViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/CustomerViewModelService.cs @@ -33,9 +33,7 @@ using Grand.Web.Common.Extensions; using Grand.Web.Common.Localization; using Grand.Web.Common.Models; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.Extensions.DependencyInjection; using System.Net; namespace Grand.Web.Admin.Services; diff --git a/src/Web/Grand.Web.Admin/Services/DiscountViewModelService.cs b/src/Web/Grand.Web.Admin/Services/DiscountViewModelService.cs index e28c55f3e..1da2cfbfa 100644 --- a/src/Web/Grand.Web.Admin/Services/DiscountViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/DiscountViewModelService.cs @@ -1,5 +1,4 @@ -using Grand.Business.Core.Extensions; -using Grand.Business.Core.Interfaces.Catalog.Brands; +using Grand.Business.Core.Interfaces.Catalog.Brands; using Grand.Business.Core.Interfaces.Catalog.Categories; using Grand.Business.Core.Interfaces.Catalog.Collections; using Grand.Business.Core.Interfaces.Catalog.Discounts; diff --git a/src/Web/Grand.Web.Admin/Services/ElFinderViewModelService.cs b/src/Web/Grand.Web.Admin/Services/ElFinderViewModelService.cs index 3dacb332f..66e235e4a 100644 --- a/src/Web/Grand.Web.Admin/Services/ElFinderViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/ElFinderViewModelService.cs @@ -5,11 +5,7 @@ using Grand.Domain.Media; using Grand.SharedKernel.Extensions; using Grand.Web.Admin.Interfaces; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Admin.Services; diff --git a/src/Web/Grand.Web.Admin/Services/LanguageViewModelService.cs b/src/Web/Grand.Web.Admin/Services/LanguageViewModelService.cs index 35aad83fd..d33675bec 100644 --- a/src/Web/Grand.Web.Admin/Services/LanguageViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/LanguageViewModelService.cs @@ -4,7 +4,6 @@ using Grand.Web.Admin.Extensions.Mapping; using Grand.Web.Admin.Interfaces; using Grand.Web.Admin.Models.Localization; -using Microsoft.AspNetCore.Hosting; using Microsoft.AspNetCore.Mvc.Rendering; namespace Grand.Web.Admin.Services; diff --git a/src/Web/Grand.Web.Admin/Services/MerchandiseReturnViewModelService.cs b/src/Web/Grand.Web.Admin/Services/MerchandiseReturnViewModelService.cs index f32d7c5f1..f69b77450 100644 --- a/src/Web/Grand.Web.Admin/Services/MerchandiseReturnViewModelService.cs +++ b/src/Web/Grand.Web.Admin/Services/MerchandiseReturnViewModelService.cs @@ -11,7 +11,6 @@ using Grand.Domain.Directory; using Grand.Domain.Localization; using Grand.Domain.Orders; -using Grand.Infrastructure; using Grand.Web.Admin.Extensions.Mapping; using Grand.Web.Admin.Interfaces; using Grand.Web.Admin.Models.Common; diff --git a/src/Web/Grand.Web.Admin/Startup/StartupApplication.cs b/src/Web/Grand.Web.Admin/Startup/StartupApplication.cs index 1f9084504..cd3d9e975 100644 --- a/src/Web/Grand.Web.Admin/Startup/StartupApplication.cs +++ b/src/Web/Grand.Web.Admin/Startup/StartupApplication.cs @@ -5,10 +5,6 @@ using Grand.Web.Admin.Interfaces; using Grand.Web.Admin.Services; using Grand.Web.Common.View; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Admin.Startup; diff --git a/src/Web/Grand.Web.Admin/Validators/Catalog/BundleProductModelValidator.cs b/src/Web/Grand.Web.Admin/Validators/Catalog/BundleProductModelValidator.cs index 45858681a..5b09bd9bd 100644 --- a/src/Web/Grand.Web.Admin/Validators/Catalog/BundleProductModelValidator.cs +++ b/src/Web/Grand.Web.Admin/Validators/Catalog/BundleProductModelValidator.cs @@ -1,11 +1,8 @@ -using FluentValidation; -using Grand.Business.Catalog.Services.Products; -using Grand.Business.Core.Interfaces.Catalog.Products; +using Grand.Business.Core.Interfaces.Catalog.Products; using Grand.Business.Core.Interfaces.Common.Localization; using Grand.Domain.Catalog; using Grand.Infrastructure; using Grand.Infrastructure.Validators; -using Grand.Web.Admin.Extensions; using Grand.Web.Admin.Models.Catalog; namespace Grand.Web.Admin.Validators.Catalog; diff --git a/src/Web/Grand.Web.Admin/Validators/Common/LoginValidator.cs b/src/Web/Grand.Web.Admin/Validators/Common/LoginValidator.cs index f599397ec..0a5ad8497 100644 --- a/src/Web/Grand.Web.Admin/Validators/Common/LoginValidator.cs +++ b/src/Web/Grand.Web.Admin/Validators/Common/LoginValidator.cs @@ -11,8 +11,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using MediatR; -using Microsoft.AspNetCore.Http; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Admin.Validators.Common; diff --git a/src/Web/Grand.Web.Common/Infrastructure/ServiceCollectionExtensions.cs b/src/Web/Grand.Web.Common/Infrastructure/ServiceCollectionExtensions.cs index 701ada3e7..aa71f90b5 100644 --- a/src/Web/Grand.Web.Common/Infrastructure/ServiceCollectionExtensions.cs +++ b/src/Web/Grand.Web.Common/Infrastructure/ServiceCollectionExtensions.cs @@ -9,7 +9,6 @@ using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Plugins; using Grand.Infrastructure.TypeSearch; -using Grand.SharedKernel.Extensions; using Grand.Web.Common.View; using Microsoft.AspNetCore.Builder; using Microsoft.AspNetCore.DataProtection; diff --git a/src/Web/Grand.Web.Common/Middleware/ContextMiddleware.cs b/src/Web/Grand.Web.Common/Middleware/ContextMiddleware.cs index ca9f54fee..28ea26d26 100644 --- a/src/Web/Grand.Web.Common/Middleware/ContextMiddleware.cs +++ b/src/Web/Grand.Web.Common/Middleware/ContextMiddleware.cs @@ -1,13 +1,7 @@ -using Grand.Business.Core.Interfaces.Common.Stores; -using Grand.Infrastructure; -using Grand.Web.Common.Extensions; +using Grand.Infrastructure; using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Routing; using Microsoft.Extensions.DependencyInjection; -using Grand.Business.Core.Extensions; -using Grand.SharedKernel.Extensions; -using Grand.Domain.Tasks; -using Scryber; using DotLiquid.Util; namespace Grand.Web.Common.Middleware; diff --git a/src/Web/Grand.Web.Common/Security/Captcha/GoogleReCaptchaValidator.cs b/src/Web/Grand.Web.Common/Security/Captcha/GoogleReCaptchaValidator.cs index 168d7146e..c8e1cf576 100644 --- a/src/Web/Grand.Web.Common/Security/Captcha/GoogleReCaptchaValidator.cs +++ b/src/Web/Grand.Web.Common/Security/Captcha/GoogleReCaptchaValidator.cs @@ -1,6 +1,5 @@ using Grand.Infrastructure.Extensions; using Microsoft.AspNetCore.Http; -using System.Net.Http; using System.Text.Json; namespace Grand.Web.Common.Security.Captcha; diff --git a/src/Web/Grand.Web.Vendor/Controllers/HomeController.cs b/src/Web/Grand.Web.Vendor/Controllers/HomeController.cs index 57f1e9ec5..c2cd05870 100644 --- a/src/Web/Grand.Web.Vendor/Controllers/HomeController.cs +++ b/src/Web/Grand.Web.Vendor/Controllers/HomeController.cs @@ -4,7 +4,6 @@ using Grand.Domain.Directory; using Grand.Infrastructure; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.Logging; namespace Grand.Web.Vendor.Controllers; diff --git a/src/Web/Grand.Web.Vendor/Controllers/LoginController.cs b/src/Web/Grand.Web.Vendor/Controllers/LoginController.cs index 2739d00b8..6ab406e8d 100644 --- a/src/Web/Grand.Web.Vendor/Controllers/LoginController.cs +++ b/src/Web/Grand.Web.Vendor/Controllers/LoginController.cs @@ -11,9 +11,7 @@ using Grand.Web.Vendor.Extensions; using Grand.Web.Vendor.Models.Common; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Vendor.Controllers; diff --git a/src/Web/Grand.Web.Vendor/Controllers/ProductController.cs b/src/Web/Grand.Web.Vendor/Controllers/ProductController.cs index ed4438b51..e23e974fe 100644 --- a/src/Web/Grand.Web.Vendor/Controllers/ProductController.cs +++ b/src/Web/Grand.Web.Vendor/Controllers/ProductController.cs @@ -23,7 +23,6 @@ using Microsoft.AspNetCore.Mvc.Rendering; using Microsoft.AspNetCore.StaticFiles; using Grand.Web.Common.Helpers; -using Microsoft.AspNetCore.Http; using Grand.SharedKernel.Extensions; namespace Grand.Web.Vendor.Controllers; diff --git a/src/Web/Grand.Web.Vendor/Endpoints/EndpointProvider.cs b/src/Web/Grand.Web.Vendor/Endpoints/EndpointProvider.cs index ab952011d..269c613ba 100644 --- a/src/Web/Grand.Web.Vendor/Endpoints/EndpointProvider.cs +++ b/src/Web/Grand.Web.Vendor/Endpoints/EndpointProvider.cs @@ -1,7 +1,5 @@ using Grand.Infrastructure.Endpoints; using Grand.Web.Vendor.Extensions; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Vendor.Endpoints; diff --git a/src/Web/Grand.Web.Vendor/Services/MerchandiseReturnViewModelService.cs b/src/Web/Grand.Web.Vendor/Services/MerchandiseReturnViewModelService.cs index 325aa1f33..7adb0e302 100644 --- a/src/Web/Grand.Web.Vendor/Services/MerchandiseReturnViewModelService.cs +++ b/src/Web/Grand.Web.Vendor/Services/MerchandiseReturnViewModelService.cs @@ -11,7 +11,6 @@ using Grand.Domain.Localization; using Grand.Domain.Orders; using Grand.Infrastructure; -using Grand.Web.Common.Extensions; using Grand.Web.Common.Localization; using Grand.Web.Vendor.Extensions; using Grand.Web.Vendor.Interfaces; diff --git a/src/Web/Grand.Web.Vendor/Services/OrderViewModelService.cs b/src/Web/Grand.Web.Vendor/Services/OrderViewModelService.cs index ac44d88b2..9e0af66f4 100644 --- a/src/Web/Grand.Web.Vendor/Services/OrderViewModelService.cs +++ b/src/Web/Grand.Web.Vendor/Services/OrderViewModelService.cs @@ -1,5 +1,4 @@ -using Grand.Business.Core.Extensions; -using Grand.Business.Core.Interfaces.Catalog.Prices; +using Grand.Business.Core.Interfaces.Catalog.Prices; using Grand.Business.Core.Interfaces.Catalog.Products; using Grand.Business.Core.Interfaces.Checkout.GiftVouchers; using Grand.Business.Core.Interfaces.Checkout.Orders; @@ -20,7 +19,6 @@ using Grand.Domain.Shipping; using Grand.Domain.Tax; using Grand.Infrastructure; -using Grand.Web.Common.Extensions; using Grand.Web.Common.Localization; using Grand.Web.Vendor.Extensions; using Grand.Web.Vendor.Interfaces; diff --git a/src/Web/Grand.Web.Vendor/Startup/StartupApplication.cs b/src/Web/Grand.Web.Vendor/Startup/StartupApplication.cs index 8eadd395e..92bbeb016 100644 --- a/src/Web/Grand.Web.Vendor/Startup/StartupApplication.cs +++ b/src/Web/Grand.Web.Vendor/Startup/StartupApplication.cs @@ -2,10 +2,6 @@ using Grand.Infrastructure; using Grand.Web.Vendor.Interfaces; using Grand.Web.Vendor.Services; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Hosting; -using Microsoft.Extensions.Configuration; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Vendor.Startup; diff --git a/src/Web/Grand.Web.Vendor/Validators/Common/LoginValidator.cs b/src/Web/Grand.Web.Vendor/Validators/Common/LoginValidator.cs index b8cf693e4..f6564f9b6 100644 --- a/src/Web/Grand.Web.Vendor/Validators/Common/LoginValidator.cs +++ b/src/Web/Grand.Web.Vendor/Validators/Common/LoginValidator.cs @@ -11,8 +11,6 @@ using Grand.Web.Common.Validators; using Grand.Web.Vendor.Models.Common; using MediatR; -using Microsoft.AspNetCore.Http; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Vendor.Validators.Common; diff --git a/src/Web/Grand.Web/Controllers/AccountController.cs b/src/Web/Grand.Web/Controllers/AccountController.cs index 5866b7427..2ed396c62 100644 --- a/src/Web/Grand.Web/Controllers/AccountController.cs +++ b/src/Web/Grand.Web/Controllers/AccountController.cs @@ -23,7 +23,6 @@ using Grand.Web.Models.Common; using Grand.Web.Models.Customer; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/ActionCartController.cs b/src/Web/Grand.Web/Controllers/ActionCartController.cs index 161d1f6c7..a82a44923 100644 --- a/src/Web/Grand.Web/Controllers/ActionCartController.cs +++ b/src/Web/Grand.Web/Controllers/ActionCartController.cs @@ -16,9 +16,7 @@ using Grand.Web.Features.Models.ShoppingCart; using Grand.Web.Models.ShoppingCart; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.DependencyInjection; using System.Globalization; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/BlogController.cs b/src/Web/Grand.Web/Controllers/BlogController.cs index c9e1d4c3d..7fa0f9adb 100644 --- a/src/Web/Grand.Web/Controllers/BlogController.cs +++ b/src/Web/Grand.Web/Controllers/BlogController.cs @@ -13,9 +13,7 @@ using Grand.Web.Features.Models.Blogs; using Grand.Web.Models.Blogs; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.DependencyInjection; using Grand.SharedKernel.Attributes; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/CatalogController.cs b/src/Web/Grand.Web/Controllers/CatalogController.cs index d7d57ac22..0ba64bc6b 100644 --- a/src/Web/Grand.Web/Controllers/CatalogController.cs +++ b/src/Web/Grand.Web/Controllers/CatalogController.cs @@ -21,7 +21,6 @@ using MediatR; using Microsoft.AspNetCore.Mvc; using Grand.SharedKernel.Attributes; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/CheckoutController.cs b/src/Web/Grand.Web/Controllers/CheckoutController.cs index b819a324b..631500e14 100644 --- a/src/Web/Grand.Web/Controllers/CheckoutController.cs +++ b/src/Web/Grand.Web/Controllers/CheckoutController.cs @@ -26,7 +26,6 @@ using MediatR; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.Mvc.ModelBinding; -using Microsoft.Extensions.Logging; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/CommonController.cs b/src/Web/Grand.Web/Controllers/CommonController.cs index 325f23f3e..61fffb317 100644 --- a/src/Web/Grand.Web/Controllers/CommonController.cs +++ b/src/Web/Grand.Web/Controllers/CommonController.cs @@ -1,5 +1,4 @@ -using Grand.Business.Common.Services.Stores; -using Grand.Business.Core.Interfaces.Authentication; +using Grand.Business.Core.Interfaces.Authentication; using Grand.Business.Core.Interfaces.Cms; using Grand.Business.Core.Interfaces.Common.Directory; using Grand.Business.Core.Interfaces.Common.Localization; @@ -24,7 +23,6 @@ using Grand.Web.Models.Common; using MediatR; using Microsoft.AspNetCore.Authorization; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using System.Net; diff --git a/src/Web/Grand.Web/Controllers/ContactController.cs b/src/Web/Grand.Web/Controllers/ContactController.cs index 154633c33..c45557336 100644 --- a/src/Web/Grand.Web/Controllers/ContactController.cs +++ b/src/Web/Grand.Web/Controllers/ContactController.cs @@ -15,7 +15,6 @@ using Grand.Web.Events; using Grand.Web.Models.Contact; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/MerchandiseReturnController.cs b/src/Web/Grand.Web/Controllers/MerchandiseReturnController.cs index dbcef4154..a8cebfab4 100644 --- a/src/Web/Grand.Web/Controllers/MerchandiseReturnController.cs +++ b/src/Web/Grand.Web/Controllers/MerchandiseReturnController.cs @@ -16,7 +16,6 @@ using Grand.Web.Models.Orders; using MediatR; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/NewsController.cs b/src/Web/Grand.Web/Controllers/NewsController.cs index ef01e0b41..5851d33be 100644 --- a/src/Web/Grand.Web/Controllers/NewsController.cs +++ b/src/Web/Grand.Web/Controllers/NewsController.cs @@ -13,9 +13,7 @@ using Grand.Web.Features.Models.News; using Grand.Web.Models.News; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; -using Microsoft.Extensions.DependencyInjection; using Grand.SharedKernel.Attributes; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/OrderController.cs b/src/Web/Grand.Web/Controllers/OrderController.cs index 69777a079..883634f00 100644 --- a/src/Web/Grand.Web/Controllers/OrderController.cs +++ b/src/Web/Grand.Web/Controllers/OrderController.cs @@ -21,7 +21,6 @@ using Grand.Web.Features.Models.Orders; using Grand.Web.Models.Orders; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/ProductController.cs b/src/Web/Grand.Web/Controllers/ProductController.cs index 058f2d7b6..6e45d6a83 100644 --- a/src/Web/Grand.Web/Controllers/ProductController.cs +++ b/src/Web/Grand.Web/Controllers/ProductController.cs @@ -24,8 +24,6 @@ using MediatR; using Microsoft.AspNetCore.Mvc; using Grand.SharedKernel.Attributes; -using Grand.Web.Models.Orders; -using Microsoft.AspNetCore.Http; using Grand.SharedKernel.Extensions; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Controllers/ShoppingCartController.cs b/src/Web/Grand.Web/Controllers/ShoppingCartController.cs index 82cd5ef46..9296c6cf2 100644 --- a/src/Web/Grand.Web/Controllers/ShoppingCartController.cs +++ b/src/Web/Grand.Web/Controllers/ShoppingCartController.cs @@ -22,7 +22,6 @@ using Grand.Web.Features.Models.ShoppingCart; using Grand.Web.Models.ShoppingCart; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; using Grand.SharedKernel.Extensions; diff --git a/src/Web/Grand.Web/Controllers/WishlistController.cs b/src/Web/Grand.Web/Controllers/WishlistController.cs index 60e0e239f..b8d6afdfd 100644 --- a/src/Web/Grand.Web/Controllers/WishlistController.cs +++ b/src/Web/Grand.Web/Controllers/WishlistController.cs @@ -15,7 +15,6 @@ using Grand.Web.Features.Models.ShoppingCart; using Grand.Web.Models.ShoppingCart; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc; namespace Grand.Web.Controllers; diff --git a/src/Web/Grand.Web/Endpoints/EndpointProvider.cs b/src/Web/Grand.Web/Endpoints/EndpointProvider.cs index e7948a550..2e4720ab5 100644 --- a/src/Web/Grand.Web/Endpoints/EndpointProvider.cs +++ b/src/Web/Grand.Web/Endpoints/EndpointProvider.cs @@ -1,9 +1,6 @@ using Grand.Data; using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Endpoints; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Routing; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Endpoints; diff --git a/src/Web/Grand.Web/Endpoints/SlugEndpointProvider.cs b/src/Web/Grand.Web/Endpoints/SlugEndpointProvider.cs index 3b8836ff9..aa55c8716 100644 --- a/src/Web/Grand.Web/Endpoints/SlugEndpointProvider.cs +++ b/src/Web/Grand.Web/Endpoints/SlugEndpointProvider.cs @@ -2,9 +2,6 @@ using Grand.Infrastructure.Configuration; using Grand.Infrastructure.Endpoints; using Grand.Web.Common.Routing; -using Microsoft.AspNetCore.Builder; -using Microsoft.AspNetCore.Routing; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Endpoints; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetBrandHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetBrandHandler.cs index b2c81f5ba..8e3db89ef 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetBrandHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetBrandHandler.cs @@ -6,7 +6,6 @@ using Grand.Web.Features.Models.Products; using Grand.Web.Models.Catalog; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; namespace Grand.Web.Features.Handlers.Catalog; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCategoryHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCategoryHandler.cs index b3b745697..9d708c7b0 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCategoryHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCategoryHandler.cs @@ -16,7 +16,6 @@ using Grand.Web.Models.Catalog; using Grand.Web.Models.Media; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; namespace Grand.Web.Features.Handlers.Catalog; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCollectionHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCollectionHandler.cs index 5b9c47bb1..c1ede9e07 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCollectionHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCollectionHandler.cs @@ -10,7 +10,6 @@ using Grand.Web.Features.Models.Products; using Grand.Web.Models.Catalog; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; namespace Grand.Web.Features.Handlers.Catalog; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCompareProductsHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCompareProductsHandler.cs index e75ae3aa6..fe075d9cb 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetCompareProductsHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetCompareProductsHandler.cs @@ -7,7 +7,6 @@ using Grand.Web.Features.Models.Products; using Grand.Web.Models.Catalog; using MediatR; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Features.Handlers.Catalog; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetSearchHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetSearchHandler.cs index d0ad6b905..b96426dd0 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetSearchHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetSearchHandler.cs @@ -17,7 +17,6 @@ using Grand.Web.Features.Models.Products; using Grand.Web.Models.Catalog; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetVendorHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetVendorHandler.cs index 15645d081..57650ce92 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetVendorHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetVendorHandler.cs @@ -13,7 +13,6 @@ using Grand.Web.Models.Catalog; using Grand.Web.Models.Media; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; namespace Grand.Web.Features.Handlers.Catalog; diff --git a/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs b/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs index d440fdce7..e51db69e2 100644 --- a/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Catalog/GetViewSortSizeOptionsHandler.cs @@ -5,7 +5,6 @@ using Grand.Web.Features.Models.Catalog; using Grand.Web.Models.Catalog; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Http.Extensions; using Microsoft.AspNetCore.Mvc.Rendering; diff --git a/src/Web/Grand.Web/Features/Handlers/Checkout/GetPaymentInfoHandler.cs b/src/Web/Grand.Web/Features/Handlers/Checkout/GetPaymentInfoHandler.cs index 2e4f4f3e8..eec232dbb 100644 --- a/src/Web/Grand.Web/Features/Handlers/Checkout/GetPaymentInfoHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Checkout/GetPaymentInfoHandler.cs @@ -1,7 +1,6 @@ using Grand.Web.Features.Models.Checkout; using Grand.Web.Models.Checkout; using MediatR; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.Checkout; diff --git a/src/Web/Grand.Web/Features/Handlers/Products/GetProductDetailsPageHandler.cs b/src/Web/Grand.Web/Features/Handlers/Products/GetProductDetailsPageHandler.cs index 821d54453..518a7cf35 100644 --- a/src/Web/Grand.Web/Features/Handlers/Products/GetProductDetailsPageHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Products/GetProductDetailsPageHandler.cs @@ -31,7 +31,6 @@ using Grand.Web.Models.Catalog; using Grand.Web.Models.Media; using MediatR; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Rendering; using System.Globalization; using ProductExtensions = Grand.Domain.Catalog.ProductExtensions; diff --git a/src/Web/Grand.Web/Features/Handlers/Products/GetProductOverviewHandler.cs b/src/Web/Grand.Web/Features/Handlers/Products/GetProductOverviewHandler.cs index 04602d7ff..eb84f7ff7 100644 --- a/src/Web/Grand.Web/Features/Handlers/Products/GetProductOverviewHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/Products/GetProductOverviewHandler.cs @@ -16,7 +16,6 @@ using Grand.Web.Models.Catalog; using Grand.Web.Models.Media; using MediatR; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.Products; diff --git a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniShoppingCartHandler.cs b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniShoppingCartHandler.cs index 2f4c9a163..1a0ffccfb 100644 --- a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniShoppingCartHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniShoppingCartHandler.cs @@ -18,7 +18,6 @@ using Grand.Web.Models.Media; using Grand.Web.Models.ShoppingCart; using MediatR; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.ShoppingCart; diff --git a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniWishlistHandler.cs b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniWishlistHandler.cs index 0c86260c5..556cd1c65 100644 --- a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniWishlistHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetMiniWishlistHandler.cs @@ -13,7 +13,6 @@ using Grand.Web.Models.Media; using Grand.Web.Models.ShoppingCart; using MediatR; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.ShoppingCart; diff --git a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetShoppingCartHandler.cs b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetShoppingCartHandler.cs index 34402328d..dd8268a2a 100644 --- a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetShoppingCartHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetShoppingCartHandler.cs @@ -26,7 +26,6 @@ using Grand.Web.Models.ShoppingCart; using MediatR; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.ShoppingCart; diff --git a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetWishlistHandler.cs b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetWishlistHandler.cs index 1db013cfd..cc3d64b7b 100644 --- a/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetWishlistHandler.cs +++ b/src/Web/Grand.Web/Features/Handlers/ShoppingCart/GetWishlistHandler.cs @@ -20,7 +20,6 @@ using Grand.Web.Models.ShoppingCart; using MediatR; using Microsoft.AspNetCore.Mvc.Rendering; -using Microsoft.AspNetCore.Routing; namespace Grand.Web.Features.Handlers.ShoppingCart; diff --git a/src/Web/Grand.Web/Models/Catalog/CatalogPagingFilteringModel.cs b/src/Web/Grand.Web/Models/Catalog/CatalogPagingFilteringModel.cs index 2daf5bffd..5194c04c3 100644 --- a/src/Web/Grand.Web/Models/Catalog/CatalogPagingFilteringModel.cs +++ b/src/Web/Grand.Web/Models/Catalog/CatalogPagingFilteringModel.cs @@ -4,7 +4,6 @@ using Grand.Infrastructure.Extensions; using Grand.Infrastructure.Models; using Grand.Web.Common.Page.Paging; -using Microsoft.AspNetCore.Http; using Microsoft.AspNetCore.Mvc.Rendering; namespace Grand.Web.Models.Catalog; diff --git a/src/Web/Grand.Web/Validators/Blogs/AddBlogCommentValidator.cs b/src/Web/Grand.Web/Validators/Blogs/AddBlogCommentValidator.cs index 9c34a5634..02a5bca21 100644 --- a/src/Web/Grand.Web/Validators/Blogs/AddBlogCommentValidator.cs +++ b/src/Web/Grand.Web/Validators/Blogs/AddBlogCommentValidator.cs @@ -10,7 +10,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Blogs; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Blogs; diff --git a/src/Web/Grand.Web/Validators/Catalog/ProductAskQuestionSimpleValidator.cs b/src/Web/Grand.Web/Validators/Catalog/ProductAskQuestionSimpleValidator.cs index eec5b618f..7cb9ea957 100644 --- a/src/Web/Grand.Web/Validators/Catalog/ProductAskQuestionSimpleValidator.cs +++ b/src/Web/Grand.Web/Validators/Catalog/ProductAskQuestionSimpleValidator.cs @@ -7,7 +7,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Catalog; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Catalog; diff --git a/src/Web/Grand.Web/Validators/Catalog/ProductEmailAFriendValidator.cs b/src/Web/Grand.Web/Validators/Catalog/ProductEmailAFriendValidator.cs index 991d231fc..3c1ca0544 100644 --- a/src/Web/Grand.Web/Validators/Catalog/ProductEmailAFriendValidator.cs +++ b/src/Web/Grand.Web/Validators/Catalog/ProductEmailAFriendValidator.cs @@ -9,7 +9,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Catalog; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Catalog; diff --git a/src/Web/Grand.Web/Validators/Catalog/ProductReviewsValidator.cs b/src/Web/Grand.Web/Validators/Catalog/ProductReviewsValidator.cs index f1559d171..3345ba399 100644 --- a/src/Web/Grand.Web/Validators/Catalog/ProductReviewsValidator.cs +++ b/src/Web/Grand.Web/Validators/Catalog/ProductReviewsValidator.cs @@ -11,7 +11,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Catalog; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Catalog; diff --git a/src/Web/Grand.Web/Validators/Contact/ContactUsValidator.cs b/src/Web/Grand.Web/Validators/Contact/ContactUsValidator.cs index 112360eea..dc1b29109 100644 --- a/src/Web/Grand.Web/Validators/Contact/ContactUsValidator.cs +++ b/src/Web/Grand.Web/Validators/Contact/ContactUsValidator.cs @@ -10,7 +10,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Contact; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Contact; diff --git a/src/Web/Grand.Web/Validators/Customer/LoginValidator.cs b/src/Web/Grand.Web/Validators/Customer/LoginValidator.cs index ebacfa551..2fc0cbcc6 100644 --- a/src/Web/Grand.Web/Validators/Customer/LoginValidator.cs +++ b/src/Web/Grand.Web/Validators/Customer/LoginValidator.cs @@ -11,8 +11,6 @@ using Grand.Web.Common.Validators; using Grand.Web.Models.Customer; using MediatR; -using Microsoft.AspNetCore.Http; -using Microsoft.Extensions.DependencyInjection; namespace Grand.Web.Validators.Customer; diff --git a/src/Web/Grand.Web/Validators/Customer/PasswordRecoveryValidator.cs b/src/Web/Grand.Web/Validators/Customer/PasswordRecoveryValidator.cs index ba37176fd..c1fa62981 100644 --- a/src/Web/Grand.Web/Validators/Customer/PasswordRecoveryValidator.cs +++ b/src/Web/Grand.Web/Validators/Customer/PasswordRecoveryValidator.cs @@ -6,7 +6,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Customer; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Customer; diff --git a/src/Web/Grand.Web/Validators/Customer/RegisterValidator.cs b/src/Web/Grand.Web/Validators/Customer/RegisterValidator.cs index cb013b0ee..249b3a623 100644 --- a/src/Web/Grand.Web/Validators/Customer/RegisterValidator.cs +++ b/src/Web/Grand.Web/Validators/Customer/RegisterValidator.cs @@ -12,7 +12,6 @@ using Grand.Web.Features.Models.Customers; using Grand.Web.Models.Customer; using MediatR; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Customer; diff --git a/src/Web/Grand.Web/Validators/Knowledgebase/KnowledgebaseArticleValidator.cs b/src/Web/Grand.Web/Validators/Knowledgebase/KnowledgebaseArticleValidator.cs index 2a31d674d..b4df9aa77 100644 --- a/src/Web/Grand.Web/Validators/Knowledgebase/KnowledgebaseArticleValidator.cs +++ b/src/Web/Grand.Web/Validators/Knowledgebase/KnowledgebaseArticleValidator.cs @@ -9,7 +9,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Knowledgebase; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Knowledgebase; diff --git a/src/Web/Grand.Web/Validators/News/AddNewsCommentValidator.cs b/src/Web/Grand.Web/Validators/News/AddNewsCommentValidator.cs index 99c71b1b9..7bbdf7eca 100644 --- a/src/Web/Grand.Web/Validators/News/AddNewsCommentValidator.cs +++ b/src/Web/Grand.Web/Validators/News/AddNewsCommentValidator.cs @@ -9,7 +9,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.News; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.News; diff --git a/src/Web/Grand.Web/Validators/ShoppingCart/WishlistEmailAFriendValidator.cs b/src/Web/Grand.Web/Validators/ShoppingCart/WishlistEmailAFriendValidator.cs index 0c580634c..6827dd83c 100644 --- a/src/Web/Grand.Web/Validators/ShoppingCart/WishlistEmailAFriendValidator.cs +++ b/src/Web/Grand.Web/Validators/ShoppingCart/WishlistEmailAFriendValidator.cs @@ -8,7 +8,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.ShoppingCart; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.ShoppingCart; diff --git a/src/Web/Grand.Web/Validators/Vendors/ApplyVendorValidator.cs b/src/Web/Grand.Web/Validators/Vendors/ApplyVendorValidator.cs index 216be07b1..9c2126cf9 100644 --- a/src/Web/Grand.Web/Validators/Vendors/ApplyVendorValidator.cs +++ b/src/Web/Grand.Web/Validators/Vendors/ApplyVendorValidator.cs @@ -7,7 +7,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Vendors; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Vendors; diff --git a/src/Web/Grand.Web/Validators/Vendors/ContactVendorValidator.cs b/src/Web/Grand.Web/Validators/Vendors/ContactVendorValidator.cs index db0e4fed6..30a2fe345 100644 --- a/src/Web/Grand.Web/Validators/Vendors/ContactVendorValidator.cs +++ b/src/Web/Grand.Web/Validators/Vendors/ContactVendorValidator.cs @@ -6,7 +6,6 @@ using Grand.Web.Common.Security.Captcha; using Grand.Web.Common.Validators; using Grand.Web.Models.Vendors; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Vendors; diff --git a/src/Web/Grand.Web/Validators/Vendors/VendorReviewsValidator.cs b/src/Web/Grand.Web/Validators/Vendors/VendorReviewsValidator.cs index 0ae4982a8..f561e664c 100644 --- a/src/Web/Grand.Web/Validators/Vendors/VendorReviewsValidator.cs +++ b/src/Web/Grand.Web/Validators/Vendors/VendorReviewsValidator.cs @@ -12,7 +12,6 @@ using Grand.Web.Common.Validators; using Grand.Web.Models.Vendors; using MediatR; -using Microsoft.AspNetCore.Http; namespace Grand.Web.Validators.Vendors;