package com.jasamedika.medifirst2000.service; import java.util.List; import com.jasamedika.medifirst2000.vo.AgamaVO; /** * Example of Service * * @author Roberto */ public interface TestService { public List getAllAgamaForContoh(); }