Exemplo n.º 1
0
 public CursosHorario FindCursoHorarioByIdAula(int idaul)
 {
     return(commonR.FindCursoHorarioByIdAula(idaul));
 }