test bilder upload
Some checks failed
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Failing after 20s
Some checks failed
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Failing after 20s
This commit is contained in:
@@ -12,7 +12,8 @@ namespace Webshop.Domain.Interfaces
|
||||
Task<Product?> GetProductByIdAsync(Guid id);
|
||||
Task<Product?> GetBySlugAsync(string slug);
|
||||
Task AddProductAsync(Product product);
|
||||
Task UpdateProductAsync(Product product);
|
||||
Task<Product?> GetProductByIdForUpdateAsync(Guid id); // NEU
|
||||
Task UpdateProductAsync(); // GE<47>NDERT (parameterlos)
|
||||
Task DeleteProductAsync(Guid id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user