コード例 #1
0
 public OwnerController()
 {
     _context = new GasMonitorContext();
 }
コード例 #2
0
 public FillUpController()
 {
     _context = new GasMonitorContext();
 }
コード例 #3
0
 public VehicleController()
 {
     _context = new GasMonitorContext();
 }