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

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Ejemplo n.º 2
0
        public QheCamchidinhChungphieuCollection FetchByID(object IdDichvu)
        {
            QheCamchidinhChungphieuCollection coll = new QheCamchidinhChungphieuCollection().Where("id_dichvu", IdDichvu).Load();

            return(coll);
        }