public EmployeeController()

in sovereignApplications/confidential/contosoHR/src/Controllers/EmployeeController.cs [24:28]


        public EmployeeController(ContosoHRContext context, IConfiguration configuration)
        {
            this.context = context;
            this.configuration = configuration;
        }