예제 #1
0
        public IActionResult GetCommentByDate(string date)
        {
            List <GetCommentByDate> list = _bll.GetCommentByDate(date);

            return(Ok(new { data = list }));
        }