Skip to content

Constructors missing #32

@Goldman90

Description

@Goldman90

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

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions