示例#1
0
 public Task <bool> DeleteProduct(long productId)
 {
     return(WcfClient.DeleteProductAsync(productId));
 }