コード例 #1
0
 public bool AgregarCurso(Curso oCurso)
 {
     return(cursoDao.Insert(oCurso));
 }