Skip to content

Commit

Permalink
change bug
Browse files Browse the repository at this point in the history
  • Loading branch information
GTRekter committed Mar 29, 2022
1 parent a47c388 commit 2fd3b45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apis/dotnet/web/Controllers/ProductController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ public void AddProduct(Product product)
[Route("DeleteProductById")]
public void DeleteProductById(int id)
{
// Add a bug
// Temporary comment the following line
//ProductManager.DeleteProductById(_context, id);
}

Expand Down

0 comments on commit 2fd3b45

Please sign in to comment.