package com.ecep.contract.service; import org.springframework.stereotype.Service; import com.ecep.contract.model.CustomerSatisfactionSurvey; import com.ecep.contract.vm.CustomerSatisfactionSurveyViewModel; @Service public class CustomerSatisfactionSurveyService extends QueryService { }