17 lines
396 B
C#
17 lines
396 B
C#
// Auto-generiert von CreateWebshopFiles.ps1
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Threading.Tasks;
|
|
using Webshop.Application.DTOs;
|
|
using Webshop.Application.DTOs.Auth;
|
|
using Webshop.Application.DTOs.Users;
|
|
|
|
|
|
namespace Webshop.Application.Services.Customers.Interfaces
|
|
{
|
|
public interface IReviewService
|
|
{
|
|
// Fügen Sie hier Methodensignaturen hinzu
|
|
}
|
|
}
|