Example #1
0
        public as_comments GetComment(int id)
        {
            var res = db.GetComment(id);

            return(res);
        }