MrWalshyType2 / Noting

Note app with study features written in C# with ASP.NET 5.
0 stars 0 forks source link

Create db context class for sample CRUD #4

Closed MrWalshyType2 closed 3 years ago

MrWalshyType2 commented 3 years ago

The context should inherit from 'DbContext'. The constructor should pass the options parameter to its base classes constructor. Don't forget the DbSet