예제 #1
0
 public async Task Update(Inspection inspection)
 {
     await _inspectionRepository.UpdateAsync(inspection);
 }