Unable to create an object of type 'UnitOfWork'. [Answered]
Hello everyone. I have two projects; one is an API and the other is a DAL (Data Access Layer). I want the DbContext and the Migrations to live in the DAL. However, it seems I have to add migrations via the API project.
How can I create migrations in the DAL project?
How can I create migrations in the DAL project?