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