Example #1
0
        public IActionResult CheapestFirst()
        {
            ItemList list = new ItemList("/Users/ondra/Documents/greenfox/donkeyjot/week-06/day-04/Eshop/Database/db.txt");

            list.CheapestFirst();
            return(View("Index", list));
        }