Esempio n. 1
0
 public static void ejecutaSin_retorno(Query query)
 {
     try
     {
         FachadaProducto.ejecutaSin_retorno(query);
     }
     catch (Exception ex)
     {
         Utils.EscribeLog(ex);
     }
 }