Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new Endpoint to return Product details #32

Open
italopessoa opened this issue May 2, 2024 · 0 comments
Open

Add new Endpoint to return Product details #32

italopessoa opened this issue May 2, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@italopessoa
Copy link
Member

italopessoa commented May 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: No status
Development

No branches or pull requests

1 participant