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 CelebrityHologramDeleteHandler(IHologramEventContext hContext, ICelebrityHologramContext chContext) { this.hContext = hContext; this.chContext = chContext; }