Пример #1
0
 public PhongBan GetPhongBanById(int ID)
 {
     return(_PhongBanRepository.GetPhongBanById(ID));
 }