0
ESTeam created
3 Answer(s)
-
0
You can manually remove
DbSet<YourEntity>
from dbcontext. Add migrations and update the database later. -
0
Also, is it not necessary to manually remove Dto's, AppServices, etc.?
-
1
It is recommended that version control (e.g. Git) is being setup before working with ANZ so that you can easily revert any changes you made.