public void Update(DichVu dichVu) { _dichVuRepository.Update(dichVu); }
public bool Update(DichVuModel model) { return(_res.Update(model)); }