Пример #1
0
 // Khoi tao cac service de lay thong tin
 private void InitializeService()
 {
     giangVienService      = new BusinessLogicLayer.service.GiangVien();
     luongGiangVienService = new BusinessLogicLayer.service.ThongTinLuongGiangVien();
     thamSoService         = new BusinessLogicLayer.service.ThamSo();
 }
Пример #2
0
 // Khoi tao cac service de lay du lieu
 private void InitializeService()
 {
     giangVienService = new BusinessLogicLayer.service.GiangVien();
 }