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

First assignment #153

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

First assignment #153

wants to merge 4 commits into from

Conversation

espisano
Copy link

Description

Create a backend service that connects to the local database to obtain information and provide CRUD operations from the Provider entity

{
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?


public string Email { get; set; }

// public List<Product> OfferedProducts { get; set; }
Copy link
Collaborator

Choose a reason for hiding this comment

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

no es buena practica, dejar codigo comentado.

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