Example #1
0
        public QheNhomnhanvienQuyensudungCollection FetchByQuery(Query qry)
        {
            QheNhomnhanvienQuyensudungCollection coll = new QheNhomnhanvienQuyensudungCollection();

            coll.LoadAndCloseReader(qry.ExecuteReader());
            return(coll);
        }
Example #2
0
        public QheNhomnhanvienQuyensudungCollection FetchByID(object MaNhom)
        {
            QheNhomnhanvienQuyensudungCollection coll = new QheNhomnhanvienQuyensudungCollection().Where("ma_nhom", MaNhom).Load();

            return(coll);
        }