Beispiel #1
0
 public Task <ProductModel> CreateProduct(string type)
 {
     return(WcfClient.CreateProductAsync(type));
 }