Exemplo n.º 1
0
 public bool XoaPhongBan(int Id)
 {
     return(_phongBanRepository.XoaPhongBan(Id));
 }