rank endpoint done

This commit is contained in:
2021-11-07 14:00:18 -05:00
parent e232accdb1
commit e14f7fae74
18 changed files with 2536 additions and 25 deletions

View File

@@ -10,5 +10,6 @@ namespace TOOHUCardAPI.Data.Models
public int Id { get; set; }
public string GroupKey { get; set; }
public string EncodedString { get; set; }
public long UserSteamId { get; set; }
}
}