Esempio n. 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="UNUSEDEzsignfoldersignerassociationEditObjectV1Request" /> class.
 /// </summary>
 /// <param name="objEzsignfoldersignerassociation">objEzsignfoldersignerassociation.</param>
 public UNUSEDEzsignfoldersignerassociationEditObjectV1Request(EzsignfoldersignerassociationRequest objEzsignfoldersignerassociation = default(EzsignfoldersignerassociationRequest))
 {
     this.ObjEzsignfoldersignerassociation = objEzsignfoldersignerassociation;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="EzsignfoldersignerassociationCreateObjectV1Request" /> class.
 /// </summary>
 /// <param name="objEzsignfoldersignerassociation">objEzsignfoldersignerassociation.</param>
 /// <param name="objEzsignfoldersignerassociationCompound">objEzsignfoldersignerassociationCompound.</param>
 public EzsignfoldersignerassociationCreateObjectV1Request(EzsignfoldersignerassociationRequest objEzsignfoldersignerassociation = default(EzsignfoldersignerassociationRequest), EzsignfoldersignerassociationRequestCompound objEzsignfoldersignerassociationCompound = default(EzsignfoldersignerassociationRequestCompound))
 {
     this.ObjEzsignfoldersignerassociation         = objEzsignfoldersignerassociation;
     this.ObjEzsignfoldersignerassociationCompound = objEzsignfoldersignerassociationCompound;
 }