// 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 IOrderRepository { // Fügen Sie hier Methodensignaturen hinzu } }