Exemplo n.º 1
0
 /// <summary>
 /// Creates a new <see cref="AttachmentResource"/> instance
 /// </summary>
 /// <param name="realEstate"></param>
 /// <param name="connection"></param>
 public AttachmentResource(RealEstate realEstate, IIS24Connection connection)
 {
     RealEstate = realEstate;
     Connection = connection;
     AttachmentsOrder = new AttachmentsOrderResource(realEstate, connection);
 }
 /// <summary>
 /// Creates a new <see cref="AttachmentResource"/> instance
 /// </summary>
 /// <param name="realEstate"></param>
 /// <param name="connection"></param>
 public AttachmentResource(RealEstate realEstate, IIS24Connection connection)
 {
     RealEstate       = realEstate;
     Connection       = connection;
     AttachmentsOrder = new AttachmentsOrderResource(realEstate, connection);
 }