Пример #1
0
 public OwnerController()
 {
     _context = new GasMonitorContext();
 }
Пример #2
0
 public FillUpController()
 {
     _context = new GasMonitorContext();
 }
Пример #3
0
 public VehicleController()
 {
     _context = new GasMonitorContext();
 }