コード例 #1
0
 public async Task <VehicleModel> FindModelAsync(Guid id)
 {
     return(await _vehicleModelRepository.FindModelByIdAsync(id));
 }