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

@@ -11,5 +11,6 @@ namespace TOOHUCardAPI.Data.Models
public int Id { get; set; }
public string TowerKey { get; set; }
public string EncodedData { get; set; }
public int RankEntryId { get; set; }
}
}