Business layer

The common code in the 3 middlewares is the business layer (metier package).

1. Serializable object Cotation;

2. MetierBourse contains the method to get the cotations in the database:

3. TestMetier is used to make sure that the business layer works (Connection with database):

Add a comment