Exemplo n.º 1
0
 public FlightRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }
Exemplo n.º 2
0
 public RefundRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }
Exemplo n.º 3
0
 public AuthRepository()
 {
     this.dbContext = new CttMoveDbContext();
 }