Exemplo n.º 1
0
 public Task <RecipeModel> CreateRecipe(string recipeType)
 {
     return(WcfClient.CreateRecipeAsync(recipeType));
 }