Click or drag to resize

ChangedStopListItemsDto Constructor

Constructor.

Namespace:  Resto.Front.Api.Data.Common
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public ChangedStopListItemsDto(
	IReadOnlyDictionary<ProductAndSize, ChangedStopListItem> currentStopListItems,
	IReadOnlyDictionary<ProductAndSize, ChangedStopListItem> deletedStopListItems,
	int revisionTo
)

Parameters

currentStopListItems
Type: System.Collections.GenericIReadOnlyDictionaryProductAndSize, ChangedStopListItem
deletedStopListItems
Type: System.Collections.GenericIReadOnlyDictionaryProductAndSize, ChangedStopListItem
revisionTo
Type: SystemInt32
See Also