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 relationships management with lazy loading #13

Merged
merged 16 commits into from
Aug 3, 2019

Conversation

HunteRoi
Copy link
Member

@HunteRoi HunteRoi commented Aug 3, 2019

Resolves #10

@HunteRoi HunteRoi self-assigned this Aug 3, 2019
@HunteRoi HunteRoi requested a review from Karneidje August 3, 2019 17:56
[HttpGet("{id}", Name = "Get")]
public async Task<ActionResult<Coordinator>> Get(string id)
[HttpGet("{id}")]
public async Task<ActionResult<Coordinator>> GetById([FromRoute] string id)

Choose a reason for hiding this comment

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

fromRoute not usefull

Karneidje
Karneidje previously approved these changes Aug 3, 2019
Tinaël added 2 commits August 3, 2019 20:15
Make correctly method inheritance and revert parameters from IRepository methods accordingly
@HunteRoi HunteRoi merged commit 29c902c into develop Aug 3, 2019
@HunteRoi HunteRoi deleted the feature/team-endpoint branch August 3, 2019 18:19
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