示例#1
0
        public string ChangeLiveSessionsTime(AG_LIVESESSIONEXCEL MyLiveSession, AG_LIVESESSIONEXCEL New_LiveSession, string changeType, bool within_3Days, Execuses execuses)
        {
            string ds = LiveDoctors.ChangeLiveSessionsTime(MyLiveSession, New_LiveSession, changeType, within_3Days, execuses);

            return(ds);
        }