CC#•Created by Bluestopher on 11/17/2023 in #help Design Pattern for mapping generic class type to implementation
The caller tells me the type of record they want to use. So, if they specify RecordA and RecordA is a valid type we can deserialize it to RecordA and pass it to the service to perform operations on it.