예제 #1
0
        public IActionResult GetStudentFaraNota(int id_materie)
        {
            var StudFaraNota = _profesorService.GetStudentFaraNota(id_materie);

            return(Ok(StudFaraNota));
        }