try
This commit is contained in:
14
Webshop.Domain/Interfaces/IShippingMethodRepository.cs
Normal file
14
Webshop.Domain/Interfaces/IShippingMethodRepository.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
// 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 IShippingMethodRepository
|
||||
{
|
||||
// Fügen Sie hier Methodensignaturen hinzu
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user