Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> InsertMenuAsync(WebOrderTbRestaurant.Book_Menu.Book_Food bf)
 {
     return(base.Channel.InsertMenuAsync(bf));
 }
Exemplo n.º 2
0
 public bool InsertMenu(WebOrderTbRestaurant.Book_Menu.Book_Food bf)
 {
     return(base.Channel.InsertMenu(bf));
 }