public TicketService(IOptions <AppSettings> appSettings, AppContext context) { _appSettings = appSettings.Value; _context = context; }
public SlotMachineService(IOptions <AppSettings> appSettings, AppContext context) { _appSettings = appSettings.Value; _context = context; }