Example #1
0
        public RequestResult <List <MED_EVENT_SORT> > GetEventSortList()
        {
            List <MED_EVENT_SORT> result = dictService.GetEventSortList();

            return(Success(result));
        }