Exemple #1
0
 public MembersController(PIN_WOWRaidsContext context)
 {
     _context = context;
 }
Exemple #2
0
 public RaidDaysController(PIN_WOWRaidsContext context)
 {
     _context = context;
 }