Exemplo n.º 1
0
 // The following methods are required for dotNetify to handle client-side update on an item in an items property.
 // By convention, the method name starts with the items property name and ends with '_get' suffix.
 public MenuItemDTO BreakfastMenu_get(string key) => BreakfastMenu.FirstOrDefault(i => i.Id.ToString() == key);