예제 #1
0
        public RequestResult <List <MED_CONFIG> > GetConfigList()
        {
            List <MED_CONFIG> result = dictService.GetConfigList();

            return(Success(result));
        }