예제 #1
0
 public MonHocDAL()
 {
     ds = new DataServices();
 }
예제 #2
0
 public TaiKhoanDAL()
 {
     ds = new DataServices();
 }
예제 #3
0
 public NhomDAL()
 {
     ds = new DataServices();
 }
예제 #4
0
 public TrangThaiDAL()
 {
     ds = new DataServices();
 }
예제 #5
0
 public QuanTriDAL()
 {
     ds = new DataServices();
 }
예제 #6
0
 public ChuongTrinhDAL()
 {
     ds = new DataServices();
 }
예제 #7
0
 public NienKhoaDAL()
 {
     ds = new DataServices();
 }
예제 #8
0
 public SinhVienDAL()
 {
     ds = new DataServices();
 }
예제 #9
0
 public ChucVuDAL()
 {
     ds = new DataServices();
 }
예제 #10
0
 public GiaoVienDAL()
 {
     ds = new DataServices();
 }
예제 #11
0
 public KetQuaDAL()
 {
     ds = new DataServices();
 }
예제 #12
0
 public LopDAL()
 {
     ds = new DataServices();
 }
예제 #13
0
 public HocKyDAL()
 {
     ds = new DataServices();
 }