public static ModifyReply CreateOrUpdateApplyConferenceInfo(ApplyConferenceListToCreateOrUpdate model)
 {
     return(_client.CreateOrUpdateApplyConferenceInfo(model));
 }
        public IActionResult CreateOrUpdateApplyConferenceInfo([FromBody] ApplyConferenceListToCreateOrUpdate list)
        {
            var result = CCServiceClient.CreateOrUpdateApplyConferenceInfo(list);

            return(Ok(result));
        }