-
Notifications
You must be signed in to change notification settings - Fork 96
GenericServices and DTOs
Jon P Smith edited this page Apr 9, 2018
·
17 revisions
GenericServices makes heavy use of DTOs (Data Transfer Objects, also known as ViewModels). Let me give you an example of why you would want to use a DTO, and then I can describe how to set them up for GenericServices to use.