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