コード例 #1
0
 public async Task <LaunchpadViewModel> GetByIdAsync(string id)
 {
     return(await _launchpadRepository.GetByIdAsync(id));
 }