Exemple #1
0
		public RecipesList (Client client)
		{
			records = new RecordsList ("ingest_recipes", client);
			Page = new List<Recipe>();
		}
Exemple #2
0
		public static IEnumerable<Recipe> EachItem(Client client) {
			return RecipesList.EachItem (new Dictionary<string, string> (), client);
		}
Exemple #3
0
		public static RecipesList Paginate(Client client){
			return RecipesList.Paginate (new Dictionary<string, string> (), client);
		}