예제 #1
0
 public async Task UpdatePostAsync(JournalPost post)
 {
     _db.Update(post);
     await _db.SaveChangesAsync();
 }