public Repository(TicketShopContext context) { _context = context; }
public EventService(EFRepository <Events> repository, TicketShopContext context) { _context = context; _repository = repository; }
public EFRepository(TicketShopContext context) { Context = context; }
public LookupService(TicketShopContext context) { _context = context; }
public UsersController(TicketShopContext context) { _context = context; }
public ShowService(TicketShopContext context) { _context = context; }
public EventService(TicketShopContext context) { _context = context; }