Example #1
0
 public void Refresh()
 {
     _context = new CarDBV2Context();
 }
 public CarController(CarDBV2Context context)
 {
     _context = context;
 }