public void Update(Khoa Khoa) { _KhoaRepository.Update(Khoa); }
public bool Update(KhoaModel model) { return(_res.Update(model)); }