Next

Back

Start

This example is a simple order-entry application, with data from the takeout menu of an Italian restaurant.

In the Domain Layer there are two relational-database tables, Category and Item. We use the Category table to simplify navigation into the Item table.