Tagged Questions
0
votes
0answers
33 views
modelling data / UI models in relation with the Data Layer
I have a user interface in Asp.Net MVC, which would for example need to load a list of products to show. Let us assume this calls ProductRepository.GetProducts() . In the data layer, I have a class ...