soat-fiap / FIAP.TechChallenge.ByteMeBurger

Repository for FIAP SOAT post degree Tech Challenge
BSD 3-Clause "New" or "Revised" License
0 stars 1 forks source link

Add new Endpoint to return Product details #32

Open italopessoa opened 1 month ago

italopessoa commented 1 month ago

Is your feature request related to a problem? Please describe.\nThe FindByIdAsync method in ProductRepositoryDapper is currently not implemented, which is essential for retrieving product details by their ID.\n\nDescribe the solution you'd like\nImplement the FindByIdAsync method to enable fetching of product details from the database using the Dapper ORM. This method should handle any potential exceptions and ensure the connection is properly managed.\n\nDescribe alternatives you've considered\nNot applicable as the method implementation is crucial for the repository's functionality.\n\nAdditional context\nThis method's implementation is critical for the product management feature, allowing detailed queries on individual products.