Exemple #1
0
 public async Task <List <BoardInfo> > GetAllBoardsInFileAsync()
 {
     return(await repo.GetAllBoardsInFileAsync());
 }