Beispiel #1
0
 public LoweringsController(CarMeetingContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public CarsController(CarMeetingContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public EventTypesController(CarMeetingContext context)
 {
     _context = context;
 }