Ejemplo n.º 1
0
 public void ModificarDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         _objServicioD.Modificar(d);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
Ejemplo n.º 2
0
 public void ModificarDocente(Docente d)
 {
     try
     {
         ServicioRemoting.ServicioDocente _objServicioD = new ServicioRemoting.ServicioDocente();
         _objServicioD.Modificar(d);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }