Example #1
0
 public bool XoaKhoa(int Id)
 {
     return(_khoaRepository.XoaKhoa(Id));
 }