public ChiTietThueXeDAL() { _db = new XeContext(); _dp = new DataProvider(); }
public XeDAL() { _db = new XeContext(); }
public LoaiXeDAL() { _db = new XeContext(); }
public ThueXeDAL() { _db = new XeContext(); }