public class UsersContext : DbContext
{
public UsersContext()
: base("conn1") //change the conn1 to your own conntion string
{
} //...
public class UsersContext : DbContext
{
public UsersContext()
: base("conn1") //change the conn1 to your own conntion string
{
} //...