コード例 #1
0
 public async Task <EvoToolApiResponse> GetMobileSuitList()
 {
     return(await _miscRepository.GetMobileSuitList());
 }