Click or drag to resize

IOperationServiceAddEgaisMarkEventForCocktailsVolume Method

Adds egais event to process volume into cocktails.

Namespace:  Resto.Front.Api
Assembly:  Resto.Front.Api.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
void AddEgaisMarkEventForCocktailsVolume(
	(string exciseStamp, string fsRarId, DateTime openTime) egaisUnsealProductData,
	int? volume,
	IUser user,
	IRestaurantSection section
)

Parameters

egaisUnsealProductData
Type: SystemValueTupleString, String, DateTime
Product data to process into cocktails.
volume
Type: SystemNullableInt32
Cocktails volume.
user
Type: Resto.Front.Api.Data.SecurityIUser
The user who calls current function.
section
Type: Resto.Front.Api.Data.Organization.SectionsIRestaurantSection
A restaurant section.
See Also