customerreviwew

This commit is contained in:
Tizian.Breuch
2025-09-25 16:25:36 +02:00
parent 1f28c189ce
commit 32d6f4508f
3 changed files with 55 additions and 13 deletions

View File

@@ -1,4 +1,4 @@
// src/Webshop.Application/Services/Customers/Interfaces/IReviewService.cs
// src/Webshop.Application/Services/Customers/Interfaces/ICustomerReviewService.cs
using System.Threading.Tasks;
using Webshop.Application;
using Webshop.Application.DTOs.Reviews;