Skip to content

bocchini/todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

todo

App de coisas a fazer

Adicionar as migrations dotnet ef migrations add inicial -p .\Todo.Persistence\ -s .\Todo.API\

Criar o banco dotnet ef database update -p .\Todo.Persistence\ -s .\Todo.Api