sonderangebot artikel
This commit is contained in:
@@ -10,5 +10,6 @@ namespace Webshop.Application.Services.Public.Interfaces
|
||||
Task<IEnumerable<ProductDto>> GetAllProductsAsync();
|
||||
|
||||
Task<ProductDto?> GetProductBySlugAsync(string slug);
|
||||
Task<IEnumerable<ProductDto>> GetFeaturedProductsAsync(); // << NEU >>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user