Esempio n. 1
0
 public RemoteUserService()
 {
     _remoteAuthenticationService =
         HostContainer.GetInstance <IRemoteAuthenticationService>();
 }
Esempio n. 2
0
 public RemoteAuthenticationsController(IRemoteAuthenticationService remoteAuthenticationService)
 {
     _remoteAuthenticationService = remoteAuthenticationService;
 }