Example #1
0
 public FlightRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }
Example #2
0
 public RefundRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }
Example #3
0
 public AuthRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }