use of gov.ca.cwds.data.legacy.cms.entity.CountyOwnership in project api-core by ca-cwds.
the class SubstituteCareProviderCoreService method storeCountyOwnership.
private void storeCountyOwnership(String scpIdentifier) {
CountyOwnership countyOwnership = countyOwnershipMapper.toCountyOwnership(scpIdentifier, "S", Collections.emptyList());
countyOwnershipDao.create(countyOwnership);
}
Aggregations