I have separated my repository into it's own project, a Data access layer. Should that project also have a Startup.cs where the included DBContext is specified? I have 3 layers and my MVC layer knows nothing about the DAL. If so, should that startup.cs in my DAL include something else as well?
↧