Пример #1
0
 /// <summary>
 /// Maps the objects export data.
 /// </summary>
 /// <param name="client">The client.</param>
 /// <returns>the string value.</returns>
 private string MapObjectsExportData(IRoadsService client)
 {
     try
     {
         return _exportStringBuilder.GetExportString(client.GetExportedMapObjectTranslationData());
     }
     catch (Exception)
     {
         return string.Empty;
     }
 }