checkout
This commit is contained in:
@@ -1,11 +1,9 @@
|
||||
// src/Webshop.Application/Services/Customers/ICustomerService.cs
|
||||
using System.Threading.Tasks;
|
||||
using Webshop.Application;
|
||||
using Webshop.Application.DTOs;
|
||||
using System.Threading.Tasks;
|
||||
using Webshop.Application; // Für ServiceResult
|
||||
using Webshop.Application.DTOs.Auth;
|
||||
using Webshop.Application.DTOs.Customers;
|
||||
|
||||
namespace Webshop.Application.Services.Customers
|
||||
namespace Webshop.Application.Services.Customers.Interfaces // Namespace angepasst auf .Interfaces
|
||||
{
|
||||
public interface ICustomerService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user