Пример #1
0
 public int GetDistance(uint from, uint to)
 {
     return(_mapRepository.GetDistance(from, to));
 }