Example #1
0
 public VehiclesController(Vehicle_Ownership_MVCDataContext context)
 {
     _context = context;
 }