Ejemplo n.º 1
0
        public Sender AddProfessionalIdentityField(ProfessionalIdentityField value)
        {
            if (value == null)
            {
                throw new ArgumentNullException("Argument cannot be null");
            }

            _professionalIdentityFields.Add(value);
            return(this);
        }
Ejemplo n.º 2
0
     public Signer AddProfessionalIdentityField(ProfessionalIdentityField value)
 {
     if (value == null)
     {
         throw new ArgumentNullException("Argument cannot be null");
     }
     
     _professionalIdentityFields.Add(value);
     return this;
 }