Brewage.Services.Internal.RecipeService.GetRecentRecipes C# (CSharp) Method

GetRecentRecipes() public method

public GetRecentRecipes ( int maxcount ) : IList
maxcount int
return IList
        public IList<Contracts.Entities.Recipe> GetRecentRecipes(int maxcount)
        {
            throw new NotImplementedException();
        }
RecipeService