示例#1
0
 public ExternalMethodsViewComponent(IExternalAuthenticationWebService externalAuthenticationWebService)
 {
     this._externalAuthenticationWebService = externalAuthenticationWebService;
 }
 public ExternalAuthenticationController(IExternalAuthenticationWebService externalAuthenticationWebService)
 {
     this._externalAuthenticationWebService = externalAuthenticationWebService;
 }