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

            return(info);
        }