public bool UpdateNews(Model.News news) { return(db.UpdateNews(news)); }
public bool UpdateNews(Model.News n) { return(news.UpdateNews(n)); }