示例#1
0
 public EmailController(ExpenseTrackerDbContext context, OAuthConfig oAuthConfig,
                        UserManager <AppUser> userManager, IBankAccountService bankAccountService,
                        IGoogleOAuthService googleOAuthService, ILogger <EmailController> logger)
 {
     _userManager        = userManager;
     _bankAccountService = bankAccountService;
     _googleOAuthService = googleOAuthService;
     _logger             = logger;
     _context            = context;
     _oAuthConfig        = oAuthConfig;
 }
示例#2
0
 public GoogleOAuthController(IOrchardServices services, IGoogleOAuthService oauthService)
 {
     T             = NullLocalizer.Instance;
     _services     = services;
     _oauthService = oauthService;
 }
示例#3
0
 public GoogleOAuthController(IOrchardServices services, IGoogleOAuthService oauthService)
 {
     T = NullLocalizer.Instance;
     _services = services;
     _oauthService = oauthService;
 }