Esempio n. 1
0
 public int ActualizarMomento(int cer_Id, int mom_Id)
 {
     return(entidades.SPActualizarMomento(cer_Id, mom_Id));
 }