public void Update(TinTuc vanBan) { _tinTucRepository.Update(vanBan); }
public bool Update(TinTuc model) { return(_res.Update(model)); }