Files
ShopSolution-backend/Webshop.Domain/Interfaces/IDiscountRepository.cs
Tizian.Breuch ce69373adb try
2025-07-23 21:08:30 +02:00

15 lines
293 B
C#

// Auto-generiert von CreateWebshopFiles.ps1
using System;
using System.Collections.Generic;
using System.Threading.Tasks;
using Webshop.Domain.Entities;
namespace Webshop.Domain.Interfaces
{
public interface IDiscountRepository
{
// Fügen Sie hier Methodensignaturen hinzu
}
}