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