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