Ejemplo n.º 1
0
        public IActionResult GetDoanhThuNhanVienTrongKhoangThoiGian_LinQ([FromBody] DoanhThuNhanVienReq req)
        {
            var res = new SingleRsp();

            res.Data = _svc.GetDoanhThuNhanVienTrongKhoangThoiGian_LinQ(req.dateBegin, req.dateEnd);
            return(Ok(res));
        }
Ejemplo n.º 2
0
        public IActionResult GetDoanhThuNhanVienTrongNgay([FromBody] DoanhThuNhanVienReq req)
        {
            var res = new SingleRsp();

            res.Data = _svc.GetDoanhThuNhanVienTrongNgay(req.dateBegin);
            return(Ok(res));
        }