Ejemplo n.º 1
0
 // Para obtener por ID.
 public Materia obtenerPorID(int id)
 {
     try
     {
         return(materiaDal.obtenerPorID(id));
     }
     catch (Exception ex)
     {
         throw;
     }
 }