C# Class Brewage.Web.Models.RecipeService

This is the recipe application service. Here we can centralize the logic to call WCF services, implement caching, etc
Inheritance: IRecipeService
Show file Open project: andersonimes/Flocculate

Public Methods

Method Description
GetRecentRecipes ( int maxcount ) : IList

Method Details

GetRecentRecipes() public method

public GetRecentRecipes ( int maxcount ) : IList
maxcount int
return IList