Exemplo n.º 1
0
 public BLL_TacVu(string path)
 {
     data = new cls_Database(path);
 }
Exemplo n.º 2
0
 public BLL_DanhMuc(string path)
 {
     data = new cls_Database(path);
 }
Exemplo n.º 3
0
 public BLL_HeThong(string path, ref string servername, ref string databasename, ref string userid, ref string pass)
 {
     data = new cls_Database(path, ref servername, ref databasename, ref userid, ref pass);
 }
Exemplo n.º 4
0
 public BLL_ThongKe(string path)
 {
     data = new cls_Database(path);
 }
Exemplo n.º 5
0
 public BLL_HeThong(string path)
 {
     data = new cls_Database(path);
 }