I have a project in which I am using database first and working with POCO entities separating them into layers, I have a problem when adding a new field in a table in my database in sql server 2014, when I update model from the database the field is added to me well, but when compiling my project I get a lot of errors, one of them tells me that my dbcontext does not contain a constructor that takes 1 argument, some idea of what may be happening to me?
Thanks