コード例 #1
0
 public ExceptionHandlersRegistrator BusinessExceptionHandler(IDialogShower dialogShower)
 {
     return(BusinessExceptionHandler(new InjectionParameter(dialogShower)));
 }
コード例 #2
0
 public static void Initialize(IDialogShower dialogShower)
 {
     DialogHelper.dialogShower = dialogShower;
 }
コード例 #3
0
 public ExceptionHandlersRegistrator BusinessExceptionHandler(IDialogShower dialogShower, IBusinessExceptionDetailsConverter businessExceptionDetailsConverter)
 {
     return(BusinessExceptionHandler(new InjectionParameter(dialogShower), new InjectionParameter(businessExceptionDetailsConverter)));
 }