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;