Exemplo n.º 1
0
 public Task <bool> DeleteProduct(long productId)
 {
     return(WcfClient.DeleteProductAsync(productId));
 }