while doing R&D about DTO , i have the doubt about the difference between the Model and Dto,
i searched some information in that
<code>Model - have the data handle and business logic, but Dto have the Data handle only.
</code>
<code>Model - have the data handle and business logic, but Dto have the Data handle only.
</code>
Model - have the data handle and business logic, but Dto have the Data handle only.
i dont understand this difference,** could you give some example for those two things** ,
from My understanding both are classes with fields until getting a proper example.
i expect a example for those two things ,with example