public AdminRepository(LotoAppDbContext context) { _context = context; }
public SessionRepository(LotoAppDbContext context) { _context = context; }
public TicketRepository(LotoAppDbContext context) { _context = context; }
public WinnerRepository(LotoAppDbContext context) { _context = context; }