Click or drag to resize

ChangedStopListItemsDto Constructor

Constructor.

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

Parameters

currentStopListItems  IReadOnlyDictionaryProductAndSize, ChangedStopListItem
 
deletedStopListItems  IReadOnlyDictionaryProductAndSize, ChangedStopListItem
 
revisionTo  Int32
 
See Also