コード例 #1
0
 public async Task <VehicleModel> GetModelById(int?modelId)
 {
     return(await _modelRepository.GetModelById(modelId));
 }