Esempio n. 1
0
 public bool UpdateComment(int id, bool show)
 {
     return(Repository.UpdateComment(id, show));
 }