コード例 #1
0
        public object current(int id)
        {
            var info = db.proc_previous(id);

            return(info);
        }