Exemplo n.º 1
0
 public Task <ProductModel> GetProductDetails(long id)
 {
     return(WcfClient.GetProductDetailsAsync(id));
 }