Esempio n. 1
0
 public BLL_Category()
 {
     this._connect = new DAL_Connection();
 }
Esempio n. 2
0
 public BLL_Menu()
 {
     this._connect = new DAL_Connection();
 }
Esempio n. 3
0
 public BLL_KetQuaHocTap()
 {
     _connect = new DAL_Connection();
 }
Esempio n. 4
0
 public BLL_Tags()
 {
     _connect = new DAL_Connection();
 }
Esempio n. 5
0
 public BLL_PhieuTuVan()
 {
     this._connect = new DAL_Connection();
 }