15 lines
292 B
C#
15 lines
292 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 ISettingRepository
|
|
{
|
|
// Fügen Sie hier Methodensignaturen hinzu
|
|
}
|
|
}
|