naming
This commit is contained in:
@@ -7,7 +7,7 @@ namespace Webshop.Application.Services.Public
|
||||
{
|
||||
public interface ICategorieService
|
||||
{
|
||||
Task<IEnumerable<categorieDto>> GetAllActiveAsync();
|
||||
Task<categorieDto?> GetBySlugAsync(string slug);
|
||||
Task<IEnumerable<CategorieDto>> GetAllActiveAsync();
|
||||
Task<CategorieDto?> GetBySlugAsync(string slug);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user