public LogsController(GoDContext context) { _context = context; }
public GamesController(GoDContext context) { _context = context; }