public CustomUserStore(CinemaSupportContext context) { _users = context.Users; _context = context; }
public ScreeningRepository(CinemaSupportContext context) { _context = context; }
public MovieRepository(CinemaSupportContext context) { _context = context; }
public SeatRepository(CinemaSupportContext context) { _context = context; }
public ActorRepository(CinemaSupportContext context) { _context = context; //CinemaSupportContext.Create(); }
public TicketRepository(CinemaSupportContext context) { _context = context; }