예제 #1
0
 public System.Threading.Tasks.Task UpdateEstudanteAsync(AcmeCursos.Presentation.EstudanteServiceRemoto.EstudanteDTO estudante)
 {
     return(base.Channel.UpdateEstudanteAsync(estudante));
 }
예제 #2
0
 public void UpdateEstudante(AcmeCursos.Presentation.EstudanteServiceRemoto.EstudanteDTO estudante)
 {
     base.Channel.UpdateEstudante(estudante);
 }