public KaixinOAuthController(IOrchardServices services, IKaixinOAuthService oauthService)
 {
     T = NullLocalizer.Instance;
     _services = services;
     _oauthService = oauthService;
 }
예제 #2
0
 public KaixinOAuthController(IOrchardServices services, IKaixinOAuthService oauthService)
 {
     T             = NullLocalizer.Instance;
     _services     = services;
     _oauthService = oauthService;
 }