use of gov.ca.cwds.cms.data.access.service.impl.ClientCoreService in project api-core by ca-cwds.
the class BaseDocToolRulesChildClientRelationshipTest method setUp.
@Before
public void setUp() {
clientCoreService = new ClientCoreService(clientDao);
businessValidationService = new BusinessValidationService(droolsService);
awareDTO = new ClientRelationshipAwareDTO();
}
Aggregations