Пример #1
0
        public IActionResult GetPatients()
        {
            List <Patient> list = _bll.GetPatients();

            return(Ok(new { data = list }));
        }
Пример #2
0
        public IActionResult GetPatients()
        {
            List <Patient1> list = _bll.GetPatients();

            return(Ok(list));
        }