Click or drag to resize

IRestaurantCourseCustomNames Property

Custom names of courses.

Namespace:  Resto.Front.Api.Data.Organization
Assembly:  Resto.Front.Api.V7 (in Resto.Front.Api.V7.dll)
Syntax
C#
IReadOnlyDictionary<int, string> CourseCustomNames { get; }

Property Value

Type: IReadOnlyDictionaryInt32, String
See Also