예제 #1
0
 public LigorController(dbAppContext context)
 {
     _context = context;
 }
예제 #2
0
 public TopscorerController(dbAppContext context)
 {
     _context = context;
 }
예제 #3
0
 public TransactionService(dbAppContext context, db2AppContext db2AppContext)
 {
     this.context       = context;
     this.db2AppContext = db2AppContext;
 }
예제 #4
0
 public EventController(dbAppContext context)
 {
     _context = context;
 }
예제 #5
0
 public TeamController(dbAppContext context)
 {
     _context = context;
 }
예제 #6
0
 public Games(dbAppContext context)
 {
     _context = context;
 }
예제 #7
0
 public LineupController(dbAppContext context)
 {
     _context = context;
 }
예제 #8
0
 public TablesController(dbAppContext context)
 {
     _context = context;
 }