categorys
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
// Auto-generiert von CreateWebshopFiles.ps1
|
||||
using System;
|
||||
// src/Webshop.Application/Services/Public/ICategoryService.cs
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
using Webshop.Application.DTOs;
|
||||
using Webshop.Application.DTOs.Auth;
|
||||
using Webshop.Application.DTOs.Users;
|
||||
using Webshop.Application.DTOs.Categorys;
|
||||
|
||||
|
||||
namespace Webshop.Application.Services.Public.Interfaces
|
||||
namespace Webshop.Application.Services.Public
|
||||
{
|
||||
public interface ICategoryService
|
||||
{
|
||||
// Fügen Sie hier Methodensignaturen hinzu
|
||||
Task<IEnumerable<CategoryDto>> GetAllActiveAsync();
|
||||
Task<CategoryDto?> GetBySlugAsync(string slug);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user