Exemple #1
0
 public Materia ObtenerMateriaPorId(int pId)
 {
     return(MateriaDAL.ObtenerMateriaPorId(pId));
 }