public UnSecureServiceAdapter(IBusinessExceptionManager businessExceptionManager, IBusinessWarningManager businessWarningManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
     ClientServiceLocator.Instance().WarningManager   = businessWarningManager;
 }
Beispiel #2
0
 public ServiceAdapter(IBusinessExceptionManager businessExceptionManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
 }