/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.wordpress.salaboy.services; /** * * @author salaboy */ public interface AdHocProcedure extends ProcedureService{ }