Exemplo n.º 1
0
 public bool ActualizarAvance(Dictionary <string, object> avance)
 {
     return(cursoDao.ActualizarAvance(avance));
 }