package com.oceaneconsulting.tanaguru.service; import org.tanaguru.sdk.entity.service.GenericDataService; import com.oceaneconsulting.tanaguru.entity.WsRole; public interface WsRoleService extends GenericDataService<WsRole, Long> { }