public OwnerController()
 {
     _context = new GasMonitorContext();
 }
Example #2
0
 public FillUpController()
 {
     _context = new GasMonitorContext();
 }
Example #3
0
 public VehicleController()
 {
     _context = new GasMonitorContext();
 }