Exemplo n.º 1
0
 public void ABCUsuario(Usuario Datos)
 {
     try
     {
         Usuario_Datos Ud = new Usuario_Datos();
         Ud.ABCUsuario(Datos);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }