예제 #1
0
 public async Task <BoardBo> GetBoardAsync(int boardId)
 {
     return(await _taskProvider.GetBoardAsync(boardId));
 }