コード例 #1
0
 public DataTable ConsultaNombre(string Nombre)
 {
     return(herramienta.ListarLike("nombre", Nombre));
 }