Overview
A Quino application works with a main IMetaModel. This section describes how Quino constructs models and how it provides the main instance of a model to the application.
See Builders for information about how to define a model.
Accessing the model
An application should inject the IMetaModel
wherever possible.
...