Exemple #1
0
        public IActionResult GetOrders_Doctor(string starttime = "", string endtime = "")
        {
            List <Orders_Doctor> list = _bll.GetOrders_Doctor(starttime, endtime);

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