Пример #1
0
 internal bool CrearCurso(Curso oCurso)
 {
     return(oCursoDao.Create(oCurso));
 }