コード例 #1
0
 private void pv_ObtenerCajaUsuario(string pe_datoBusqueda, ref CajaModel ps_CajaModel)
 {
     try
     {
         vConnectionModel.pb_ObtenerCajaUsuario(pe_datoBusqueda, ref ps_CajaModel);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }
コード例 #2
0
 public void pb_ObtenerCajaUsuario(string pe_datoBusqueda, ref CajaModel ps_CajaModel)
 {
     try
     {
         pv_ObtenerCajaUsuario(pe_datoBusqueda, ref ps_CajaModel);
     }
     catch (Exception ex)
     {
         throw ex;
     }
 }