コード例 #1
0
 public bool AgregarObjetivos(List <Objetivo> objetivos, int id_curso)
 {
     return(cursoDao.AgregarObjetivos(objetivos, id_curso));
 }