Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateItemRelationships" /> class.
 /// </summary>
 /// <param name="Storage">Storage.</param>
 public CreateItemRelationships(CreateItemRelationshipsStorage Storage = null)
 {
     this.Storage = Storage;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="CreateVersionDataRelationships" /> class.
 /// </summary>
 /// <param name="Item">Item.</param>
 /// <param name="Storage">Storage.</param>
 public CreateVersionDataRelationships(CreateVersionDataRelationshipsItem Item = null, CreateItemRelationshipsStorage Storage = null)
 {
     this.Item    = Item;
     this.Storage = Storage;
 }