示例#1
0
        public RequestResult <List <MED_OPERATING_ROOM> > GetOperatingRoomListByType(string type, string deptCode)
        {
            List <MED_OPERATING_ROOM> result = dictService.GetOperatingRoomListByType(type, deptCode);

            return(Success(result));
        }