In MVC, MVP and MVVM the model could it be a collection of entities?
问题 I try to understand what a Model is. I already read this answer. In MVC, MVP and MVVM the model could it be a collection of entities? 回答1: Absolutely. A Model is all what describes a data used by business logic. Ofthen in MVVM Model is encapsulated by the appropriate ViewModel itself. You need to separate a Model layer from ViewModel in case when different models could be handled by a single ViewModel. 回答2: Sure it could, I think of a model as a collection of properties that are used to