コード例 #1
0
 public HomeController(ILogger <HomeController> logger, ApplicationDbContext dbContext, QuodyMutiTenantDbContext quodyMutiTenantDbContext, ClaimsPrincipal claimsPrincipal, SignInManager <IdentityUser> signInManager)
 {
     _logger = logger;
     _db     = dbContext;
     _quodyMutiTenantDbContext = quodyMutiTenantDbContext;
     _claimsPrincipal          = claimsPrincipal;
     _signInManager            = signInManager;
 }
コード例 #2
0
 public DummyMultiTenantStore(QuodyMutiTenantDbContext db)
 {
     _db = db;
 }