コード例 #1
0
 private void LoadDanhSachDoan(int idDoan)
 {
     listKhachHang = khachHangService.getDanhSachDoan(idDoan);
 }