-
Notifications
You must be signed in to change notification settings - Fork 54
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
in advance, sorry about my bad english:
it seems like the constructor code is missing when scaffolding.
the code i'm talking specifically is this one
public SanitariosContext()
{
}
public SanitariosContext(DbContextOptions<SanitariosContext> options)
: base(options)
{
}
(in this example "SanitariosContext" is my dbcontext name)
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request