示例#1
0
 public System.Threading.Tasks.Task <WebApplication1.ServiceReference1.MenuItem> AddMenuItemAsync(int managerId, string name, string description, int categoryId, WebApplication1.ServiceReference1.Money price)
 {
     return(base.Channel.AddMenuItemAsync(managerId, name, description, categoryId, price));
 }
示例#2
0
 public WebApplication1.ServiceReference1.MenuItem AddMenuItem(int managerId, string name, string description, int categoryId, WebApplication1.ServiceReference1.Money price)
 {
     return(base.Channel.AddMenuItem(managerId, name, description, categoryId, price));
 }