示例#1
0
        public IActionResult DSSanPhamKhongCoTrongNgay([FromBody] DatePaggeSizeReq req)
        {
            var res = new SingleRsp();

            res.Data = _svc.GetDSSanPhamKhongCoTrongNgay(req.date, req.page, req.size);
            return(Ok(res));
        }