Skip to content

Njuguna-JohnBrian/PieShop-ASP.NET-MVC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PieShop-ASP.NET-MVC

#add migration
add-migration InitialMigration

#update database after migration
update-database