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 Provider #145

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Add Provider #145

wants to merge 4 commits into from

Conversation

DeepFuryX
Copy link

Add Provider class and CRUD

public class ProviderController : ControllerBase
{
private readonly ProviderService service;
private readonly IMapper mapper;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Podes inyectar la interfaz Ilogger
Aqui un breve video, por si es la primera vez que escuchas sobre ILogger

https://www.youtube.com/watch?v=-P-MHeTZBSA&list=PLbnhLdYZXcqGJbb6qtJMalv7fh8nBxMcn&index=39

Y usarla por ejemplo, en bloques try - catch.
En que metodos que creaste pensas que pueden ir esos bloques try - catch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants