Retrieve data from DAL to Presentation
Question:Presentation layer will hit DAL layer only once to fetch the data throughout the lifecycle of an application to fetch the data , subsequent calls will not touch the DAL Layer instead to get the data
How to do this?