56789101112
public class OfferAjaxAction { public void deleteSelectedAcademy(Integer id) throws Exception { OfferService offerService = (OfferService) BusinessUtil .findBusiness("OfferService"); offerService.deleteById(id); } }