public PastEventsViewComponent(CeremonyGuestOperations ceremonyGuestOperations) { _ceremonyGuestOperations = ceremonyGuestOperations; }
public BannersViewComponent(CeremonyGuestOperations ceremonyGuestOperations) { _ceremonyGuestOperations = ceremonyGuestOperations; }
public UpCommingViewComponent(CeremonyGuestOperations ceremonyGuestOperations) { _ceremonyGuestOperations = ceremonyGuestOperations; }
public CeremonyGuestController(CeremonyGuestOperations ceremonyGuestOperations) { _ceremonyGuestOperations = ceremonyGuestOperations; }