From dd9fdc04f0b4804ea46ff1d4ce15ae93439fb006 Mon Sep 17 00:00:00 2001 From: stasex Date: Thu, 19 Oct 2023 14:16:02 +0300 Subject: [PATCH] changed file name --- .../Services/{ProductServices.cs => ProductService.cs} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ShoppingAssistantApi.Infrastructure/Services/{ProductServices.cs => ProductService.cs} (97%) diff --git a/ShoppingAssistantApi.Infrastructure/Services/ProductServices.cs b/ShoppingAssistantApi.Infrastructure/Services/ProductService.cs similarity index 97% rename from ShoppingAssistantApi.Infrastructure/Services/ProductServices.cs rename to ShoppingAssistantApi.Infrastructure/Services/ProductService.cs index a193be9..af4e45a 100644 --- a/ShoppingAssistantApi.Infrastructure/Services/ProductServices.cs +++ b/ShoppingAssistantApi.Infrastructure/Services/ProductService.cs @@ -5,7 +5,7 @@ using ShoppingAssistantApi.Domain.Entities; namespace ShoppingAssistantApi.Infrastructure.Services; -public class ProductServices +public class ProductService { /*private readonly IWishlistsRepository _wishlistsRepository;