Esempio n. 1
0
 public string ObtenerTexto(int id, string campo, string basedeDatos)
 {
     try
     {
         var modeloGenerales2 = new ModeloGenerales2();
         return(modeloGenerales2.ObtenerTexto(id, campo, basedeDatos));
     }
     catch (Exception ex)
     {
         throw new Exception(ex.Message);
     }
 }