naming
This commit is contained in:
@@ -10,5 +10,6 @@ namespace Webshop.Domain.Interfaces
|
||||
Task AddProductAsync(Product product);
|
||||
Task UpdateProductAsync(Product product);
|
||||
Task DeleteProductAsync(Guid id);
|
||||
Task<bool> ProductExistsBySlugAsync(string slug);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user