Exemplo n.º 1
0
 public DestinationsController()
 {
     _context = new QLinkContext();
 }
Exemplo n.º 2
0
 public TransportCardsController()
 {
     _context = new QLinkContext();
 }
Exemplo n.º 3
0
 public TransactionsController()
 {
     _context = new QLinkContext();
 }