Click or drag to resize

KitchenOrderProductItemDto.CookingTime Property

Namespace:  Resto.Front.Api.Data.Kitchen
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
public TimeSpan? CookingTime { get; set; }

Property Value

Type: Nullable<TimeSpan>

Implements

IKitchenOrderCookingItemDto.CookingTime
See Also