Esempio n. 1
0
 public Task UpdateForumTitle(int forumId, string newTitle)
 {
     return(_forumDal.UpdateForumTitle(forumId, newTitle));
 }