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