예제 #1
0
 public FightsController(ApplicationDbContext context)
 {
     _context     = context;
     fightService = new FightService(_context);
 }
예제 #2
0
 void OnDestroy()
 {
     Instance_ = null;
 }