// Auto-generiert von CreateWebshopFiles.ps1 using System; using System.Collections.Generic; using System.Threading.Tasks; using Webshop.Application.Services.Admin.Interfaces; namespace Webshop.Application.Services.Admin { public class AdminDiscountService : IAdminDiscountService { // Fügen Sie hier Abhängigkeiten per Dependency Injection hinzu (z.B. Repositories) // public AdminDiscountService(IYourRepository repository) { } // Fügen Sie hier Service-Methoden hinzu } }