public DPhongbanDichvuCollection FetchAll() { DPhongbanDichvuCollection coll = new DPhongbanDichvuCollection(); Query qry = new Query(DPhongbanDichvu.Schema); coll.LoadAndCloseReader(qry.ExecuteReader()); return coll; }
public DPhongbanDichvuCollection FetchByQuery(Query qry) { DPhongbanDichvuCollection coll = new DPhongbanDichvuCollection(); coll.LoadAndCloseReader(qry.ExecuteReader()); return coll; }