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