test bilder upload
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 1m7s
All checks were successful
Branch - test - Build and Push Backend API Docker Image / build-and-push (push) Successful in 1m7s
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Webshop.Infrastructure.Repositories
|
||||
|
||||
public async Task UpdateProductAsync(Product product)
|
||||
{
|
||||
_context.Products.Update(product);
|
||||
//_context.Products.Update(product);
|
||||
await _context.SaveChangesAsync();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user