Example #1
0
 public static DSFacturacion.ClienteDataTable GetCliente(string IDCliente)
 {
     return(adapter.GetCliente(IDCliente));
 }