Exemplo n.º 1
0
 public List <DocenteCurso> GetAllByDocente(int ID)
 {
     return(dictadoData.GetAllByDocente(ID));
 }