Exemplo n.º 1
0
 public async Task Update(Inspection inspection)
 {
     await _inspectionRepository.UpdateAsync(inspection);
 }