Пример #1
0
 public async Task EditPost(Posts post)
 {
     forumDbContext.Update(post);
     await forumDbContext.SaveChangesAsync();
 }