Exemplo n.º 1
0
        public LabMotivoRepeticionScreeningCollection FetchByQuery(Query qry)
        {
            LabMotivoRepeticionScreeningCollection coll = new LabMotivoRepeticionScreeningCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Exemplo n.º 2
0
        public LabMotivoRepeticionScreeningCollection FetchAll()
        {
            LabMotivoRepeticionScreeningCollection coll = new LabMotivoRepeticionScreeningCollection();
            Query qry = new Query(LabMotivoRepeticionScreening.Schema);

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }