public IndexModel(WebApplication1.EmployeeContext context) { _context = context; }
public CreateModel(WebApplication1.EmployeeContext context) { _context = context; }
public EditModel(WebApplication1.EmployeeContext context) { _context = context; }
public DetailsModel(WebApplication1.EmployeeContext context) { _context = context; }