|
|
|
|
@ -5,7 +5,7 @@ namespace Expedience.Infrastructure.Models;
|
|
|
|
|
|
|
|
|
|
public class TopXCompletionResult
|
|
|
|
|
{
|
|
|
|
|
public int Position { get; set; }
|
|
|
|
|
public int Rank { get; set; }
|
|
|
|
|
public Guid Id { get; set; }
|
|
|
|
|
public int TerritoryId { get; set; }
|
|
|
|
|
public string PlaceName { get; set; }
|
|
|
|
|
|