use of gov.ca.cwds.cms.data.access.dto.ClientEntityAwareDTO in project api-core by ca-cwds.
the class R05816Test method dto.
public static ClientEntityAwareDTO dto(Client client) {
ClientEntityAwareDTO dto = new ClientEntityAwareDTO();
dto.setEntity(client);
return dto;
}
Aggregations