コード例 #1
0
 internal YotiProfile(IBaseProfile baseProfile)
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile);
 }
コード例 #2
0
 internal YotiProfile(Dictionary <string, List <BaseAttribute> > attributes) : base(attributes)
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile: this);
 }
コード例 #3
0
 internal YotiProfile() : base()
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile: this);
 }