Beispiel #1
0
 public DTO_LOP(DTO_LOP t)
 {
     this.idClasses = t.idClasses;
     this.Khoa      = t.Khoa;
     this.Loai      = t.Loai;
     this.cap       = t.cap;
 }
Beispiel #2
0
 public DTO_LOP(DTO_LOP lop)
 {
     this._maLop     = lop._maLop;
     this._khoa      = lop._khoa;
     this._loaiLop   = lop._loaiLop;
     this._lopTruong = lop._lopTruong;
 }
Beispiel #3
0
 public DTO_SINHVIEN()
 {
     _Lop = new DTO_LOP();
 }