Click or drag to resize

IRestaurantCourseCustomNames Property

Custom names of courses.

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

Property Value

IReadOnlyDictionaryInt32, String
See Also