Example #1
0
 public DelegationController(Business_TripsContext context)
 {
     _context = context;
 }
Example #2
0
 public EmployeeController(Business_TripsContext context)
 {
     _context = context;
 }