Rename Position to Rank

main
ilitirit 1 year ago
parent 1daa33b1f0
commit f6a3ff1d5c

@ -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; }

Loading…
Cancel
Save