예제 #1
0
 public async Task Update(PathDto path)
 {
     await _pathRepository.UpdatePath(path);
 }