コード例 #1
0
 public async Task <ActionResult <List <Conversion> > > GetAllAsync()
 {
     return(await _conversionService.GetConversionsAsync());
 }