Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> EditMenuItemCategoryAsync(int managerId, WebApplication1.ServiceReference1.MenuItemCategory menuItemCategoryToEdit)
 {
     return(base.Channel.EditMenuItemCategoryAsync(managerId, menuItemCategoryToEdit));
 }
Exemplo n.º 2
0
 public bool EditMenuItemCategory(int managerId, WebApplication1.ServiceReference1.MenuItemCategory menuItemCategoryToEdit)
 {
     return(base.Channel.EditMenuItemCategory(managerId, menuItemCategoryToEdit));
 }