Method | Description | |
---|---|---|
CreateRecipe ( string name, |
||
FindRecipes ( bool>.Expression |
||
GetAllRecipes ( ) : IEnumerable |
||
GetRecipeByName ( string name ) : |
||
RecipeService ( IRepository |
public CreateRecipe ( string name, |
||
name | string | |
category | ||
return |
public FindRecipes ( bool>.Expression |
||
predicate | bool>.Expression | |
return | IEnumerable |
public GetRecipeByName ( string name ) : |
||
name | string | |
return |
public RecipeService ( IRepository |
||
recipeRepository | IRepository |
|
return | System |