You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
1 month ago | |
---|---|---|
WF_EF_Api | 2 months ago | |
.gitignore | 2 months ago | |
README.md | 1 month ago |
README.md
WF-PM API
Commandes de démarrage
Installer les outils dotnet
dotnet tool install --global dotnet-ef
Générer une migration
dotnet ef migrations add myFirstMigration
Générer la base de donnée
dotnet ef database update