Skip to content

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.

Clone this wiki locally