예제 #1
0
 public System.Threading.Tasks.Task UpdateRestaurantCategoryAsync(ModelLibrary.RestaurantCategory res)
 {
     return(base.Channel.UpdateRestaurantCategoryAsync(res));
 }
예제 #2
0
 public void UpdateRestaurantCategory(ModelLibrary.RestaurantCategory res)
 {
     base.Channel.UpdateRestaurantCategory(res);
 }