, View Model, -, . , -, - MVC.
Moreover, if the user enters incorrect data, the business object may (not properly) accept the data. However, you do not want to throw out the data entered by the user, so the View Model object without checking does not allow you to store and transmit data entered by the user, regardless of whether they are valid.
source
share