コード例 #1
0
 public async Task <List <ComputerVO> > FindAllAsync()
 {
     return(_converter.ParseList(await _computerRepository.FindAllAsync()));
 }