Exemplo n.º 1
0
 public bool DeletePhongBan(int ID)
 {
     return(_PhongBanRepository.DeletePhongBan(ID));
 }