test upload bild
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 22s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 22s
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Webshop.Domain.Interfaces
|
||||
Task<Product?> GetBySlugAsync(string slug);
|
||||
Task AddProductAsync(Product product);
|
||||
Task<Product?> GetProductByIdForUpdateAsync(Guid id); // NEU
|
||||
Task UpdateProductAsync(); // GE<47>NDERT (parameterlos)
|
||||
Task UpdateProductAsync(Product product);
|
||||
Task DeleteProductAsync(Guid id);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user