18756
2024-08-20 3bcf74f2978195f9d537671906635502262a493b
src/main/java/com/product/administration/service/ide/IConferenceManagerService.java
@@ -4,6 +4,7 @@
import com.product.core.entity.FieldSetEntity;
import com.product.core.exception.BaseException;
import java.util.HashMap;
import java.util.List;
/**
@@ -34,4 +35,9 @@
    List getKbData(FieldSetEntity fse)throws  BaseException;
    List getMeetingDetails(FieldSetEntity fse)throws  BaseException;
    HashMap saveOrUpdateMeetingInfo(FieldSetEntity fse)throws  BaseException;
}