コード例 #1
0
 public UserLoginProvider(IUserLoginContext db)
 {
     _db        = db;
     _dbContext = _db.GetDbContext();
 }