dotnet ef dbcontext scaffold "Server=[SERVIDOR]\[BANCO];Database=[BASE];Integrated Security=True;" Microsoft.EntityFrameworkCore.SqlServer -o ModelosEfCore --use-database-names --no-pluralize --force --data-annotations
dotnet ef dbcontext scaffold "Server=[SERVIDOR]\[BANCO];Database=[BASE];Integrated Security=True;" Microsoft.EntityFrameworkCore.SqlServer -o ModelosEfCore --use-database-names --no-pluralize --force --data-annotations