-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Presentation
This application is used to manage users and groups.
The database will be hosted in memory. This choice is justified by the fact that we are in a demonstration context.
Architecture definition
- WebApi
- Controllers
- UsersController
- GroupsController
- Dtos
- UserGetDtm
- GroupGetDtm
- UserGroupsDtm
- GroupUsersDtm
- Controllers
- Core
- Contracts
- Repository
- IReadRepository
- IWriteRepository
- IRepository
- Repository
- Entities
- UserEntity
- GroupEntity
- Contracts
- Infrastructure
- Repository
Entity Framework
To add a new migration :
cd .\DotnetSampleSolution.Infrastructure\
dotnet ef --startup-project ..\DotnetSampleSolution.WebApi\ migrations add "Added User and Group" -o .\Data\Migrations\Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request