コード例 #1
0
 public void Refresh()
 {
     _context = new CarDBV2Context();
 }
コード例 #2
0
 public CarController(CarDBV2Context context)
 {
     _context = context;
 }