public static IList BuscarCliente(string Nombre) { TRANSACCIONES.TRANSACCIONES t = new TRANSACCIONES.TRANSACCIONES(); var res = t.ObenerCliente(string.Empty, Nombre, 5); return(res); }
public static object ObtenerCliente(string Rfc) { TRANSACCIONES.TRANSACCIONES t = new TRANSACCIONES.TRANSACCIONES(); var res = t.ObenerCliente(Rfc); return(res); }