コード例 #1
0
 public async Task <Launchpad> GetById(string id)
 {
     return(await _launchPadRepository.GetById(id));
 }