コード例 #1
0
 public async Task UpdateBoardAsync(TblBoard board)
 {
     _boardRepository.Update(board);
     await SaveBoardAsync();
 }