예제 #1
0
 public Curso ObtenerCursoPorId(int id)
 {
     return(_cuRep.ObtenerCursoPorId(id));
 }