Example #1
0
 public CreateEmployee(AppMSSQLDbContext context)
 {
     Context = context;
 }
Example #2
0
 public GetEmployees(AppMSSQLDbContext context)
 {
     Context = context;
 }
Example #3
0
 public EmployeesController(AppMSSQLDbContext context)
 {
     Context = context;
 }