コード例 #1
0
 public LogoutController(PeykOnDbContext dbContext)
 {
     _dbContext = dbContext;
 }
コード例 #2
0
 public RegistrationService(PeykOnDbContext dbContext, IDistributedCache cache)
 {
     _dbContext = dbContext;
     _cache     = cache;
 }