コード例 #1
0
 public LinkedInOAuthController(IOrchardServices services, ILinkedInOAuthService oauthService)
 {
     T = NullLocalizer.Instance;
     _services = services;
     _oauthService = oauthService;
 }
コード例 #2
0
 public LinkedInOAuthController(IOrchardServices services, ILinkedInOAuthService oauthService)
 {
     T             = NullLocalizer.Instance;
     _services     = services;
     _oauthService = oauthService;
 }