Ejemplo n.º 1
0
 public UnSecureServiceAdapter(IBusinessExceptionManager businessExceptionManager, IBusinessWarningManager businessWarningManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
     ClientServiceLocator.Instance().WarningManager   = businessWarningManager;
 }
Ejemplo n.º 2
0
 public ServiceAdapter(IBusinessExceptionManager businessExceptionManager)
 {
     ClientServiceLocator.Instance().ExceptionManager = businessExceptionManager;
 }