M-Yankov / OpenDevBlog

Open Dev Blog in progress...
MIT License
0 stars 0 forks source link

Restrict "Web" project to not reference `Data` project #24

Open M-Yankov opened 5 years ago

M-Yankov commented 5 years ago

Restrict adding ApplicationDbContext in views like:

@inject OpenDebBlog.Data.ApplicationDbContext dbContext 

however. I guess the default DbContext from entity frame work could be added no matter how much restrictions are made, needs to be tested ...