Beispiel #1
0
 public VehicleRepository()
 {
     this.context = new SGEBEntities();
 }
Beispiel #2
0
 public DriverRepository()
 {
     this.context = new SGEBEntities();
 }
Beispiel #3
0
 public SheetRepository()
 {
     this.context = new SGEBEntities();
 }
 public ConfigurationRepository()
 {
     this.context = new SGEBEntities();
 }