示例#1
0
        public int UpdateLiveSessionsCollabLink(AG_LIVESESSIONEXCEL liveupdate, string gender)
        {
            int res = LiveDoctors.UpdateLiveSessionsCollabLink(liveupdate, gender);

            return(res);
        }