Ejemplo n.º 1
0
 internal YotiProfile(IBaseProfile baseProfile)
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile);
 }
Ejemplo n.º 2
0
 internal YotiProfile(Dictionary <string, List <BaseAttribute> > attributes) : base(attributes)
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile: this);
 }
Ejemplo n.º 3
0
 internal YotiProfile() : base()
 {
     _ageVerificationParser = new AgeVerificationParser(baseProfile: this);
 }