/// <summary> /// Initializes a new instance of the <see cref="ProductFields" /> class with SKU related fields of type <see cref="Tableware" /> . /// </summary> /// <param name="instance">The content item of type Tableware that is a target of the extended API.</param> public ProductFields(Tableware instance) { mInstance = instance; }
/// <summary> /// Initializes a new instance of the <see cref="TablewareFields" /> class with the specified content item of type Tableware. /// </summary> /// <param name="instance">The content item of type Tableware that is a target of the extended API.</param> public TablewareFields(Tableware instance) { mInstance = instance; }