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