コード例 #1
0
 public string GetValueByIndex(int index)
 {
     return(_valuesRepository.GetValueByIndex(index));
 }