public VehicleRepository() { this.context = new SGEBEntities(); }
public DriverRepository() { this.context = new SGEBEntities(); }
public SheetRepository() { this.context = new SGEBEntities(); }
public ConfigurationRepository() { this.context = new SGEBEntities(); }