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