Example #1
0
 public async Task <string> Remove([FromServices] BoardDao boardsDao)
 {
     return(await boardsDao.BoardRemove());;
 }