public System.Threading.Tasks.Task <int> StoreBillAsync(ShopManagementClient.ProductService.Bill b)
 {
     return(base.Channel.StoreBillAsync(b));
 }
 public int StoreBill(ShopManagementClient.ProductService.Bill b)
 {
     return(base.Channel.StoreBill(b));
 }