dotNet_Project_9689_0876

A User interface for a restaurant with multiple branches.

The program will be built on the following layer model:

  1. The UI layer which will be the User interface and get data from user and outputs data.
  2. the BL layer which is the Business layer that calculates the data input into usable data for the business.
  3. the DAL layer which is the Data-Layer and is used for storing the data sent from BL and sending the data needed to where its needed.
  4. The BE Layer is the layer that allows sending objects (the object is BE) from one layer to one another