I am developing an application in wpf using the MVVM template that I have doubts, for example, if you accept a student as a model that is a data model, where I can add business logic, for example, add a new student and remove the student and update the student information and settlement brands and all?
I mean, do all business logic go into MODEL or VIEWMODEL?
If this is a model, how can we do this, please, sample code? I need a complete code for an example!
Hello and thanks in advance karthinalls
source
share