Example #1
0
 public DataTable GetCondicionPagoCredito(int company, int cliente, int moneda)
 {
     IntegraData.CfdiDAL DataGeneral = new IntegraData.CfdiDAL();
     return(DataGeneral.GetCondicionPagoCredito(company, cliente, moneda));
 }