public ExceptionHandlersRegistrator BusinessExceptionHandler(IDialogShower dialogShower) { return(BusinessExceptionHandler(new InjectionParameter(dialogShower))); }
public static void Initialize(IDialogShower dialogShower) { DialogHelper.dialogShower = dialogShower; }
public ExceptionHandlersRegistrator BusinessExceptionHandler(IDialogShower dialogShower, IBusinessExceptionDetailsConverter businessExceptionDetailsConverter) { return(BusinessExceptionHandler(new InjectionParameter(dialogShower), new InjectionParameter(businessExceptionDetailsConverter))); }