Ejemplo n.º 1
0
        public IActionResult GetModelTurmaDocente()
        {
            string TurmaDocente = _servico.ModelTurmaDocenteSerializale();

            return(Ok(TurmaDocente));
        }