Example #1
0
 public RdgToken()
 {
     this.dbContext = new FynbusContext();
 }
Example #2
0
 public RdgHomeWagoncs()
 {
     this.dbContext = new FynbusContext();
 }
Example #3
0
 public RdgBasicInformation()
 {
     this.dbContext = new FynbusContext();
 }
Example #4
0
 public RdgPrice()
 {
     this.dbContext = new FynbusContext();
 }
Example #5
0
 public RdgUser()
 {
     this.dbContext = new FynbusContext();
 }
Example #6
0
 public RdgWagonDetail()
 {
     this.dbContext = new FynbusContext();
 }
Example #7
0
 public RdgOffersform_SingleVehicle()
 {
     this.dbContext = new FynbusContext();
 }