예제 #1
0
 public DestinationsController()
 {
     _context = new QLinkContext();
 }
예제 #2
0
 public TransportCardsController()
 {
     _context = new QLinkContext();
 }
예제 #3
0
 public TransactionsController()
 {
     _context = new QLinkContext();
 }