Ejemplo n.º 1
0
        public IActionResult Post(DataAPI dataAPI)
        {
            var ListStudents = _teacherLogic.GetListStudentofTeacher(dataAPI.IdSchool, dataAPI.IdTeacher);

            return(Ok(ListStudents));// null if there is wrong in IdSchool Or Teacher
        }