@Override public Pagination getPage( Long ketaUserId, Long siteId, Long ctId, Boolean groom, Boolean status, Long provinceId, Long cityId, Long countryId, Long streetId, String name, int pageNo, int pageSize) { // TODO Auto-generated method stub return sqServiceDao.getPage( ketaUserId, siteId, ctId, groom, status, provinceId, cityId, countryId, streetId, name, pageNo, pageSize); }
@Override public SqService getById(Long id) { // TODO Auto-generated method stub return sqServiceDao.getById(id); }