Ejemplo n.º 1
0
 private static IEnumerable <IFoodstuff> ToFoodstuffs(SearchFoodstuffResponse response) =>
 response.Foodstuffs.Select(f => Foodstuff.Create(f.Id, f.Name, f.ImageUrl, f.BaseAmount, f.AmountStep));