public TaobaoOAuthController(IOrchardServices services, ITaobaoOAuthService oauthService)
 {
     T = NullLocalizer.Instance;
     _services = services;
     _oauthService = oauthService;
 }
示例#2
0
 public TaobaoOAuthController(IOrchardServices services, ITaobaoOAuthService oauthService)
 {
     T             = NullLocalizer.Instance;
     _services     = services;
     _oauthService = oauthService;
 }