public CelebrityHologramInsertHandler(ICelebrityContext cContext, IHologramEventContext hContext, ICelebrityHologramContext chContext) { this.hContext = hContext; this.cContext = cContext; this.chContext = chContext; }
public CelebrityHologramContract(IHologramEventContext hContext, ICelebrityContext cContext, ICelebrityHologramContext chContext, ICelebrityHologramSearchContext chsContext) { this.hContext = hContext; this.cContext = cContext; this.chContext = chContext; this.chsContext = chsContext; }
public CelebrityHandler(ICelebrityContext hContext) { this.hContext = hContext; }
public CelebrityContract(ICelebrityContext context) { hContext = context; }