Пример #1
0
 public async Task Commit(Inspection inspection)
 {
     await _inspectionRepository.Commit(inspection);
 }