Add name to ticker list

This commit is contained in:
2025-10-20 16:26:01 +07:00
parent 79f07af899
commit d144ae73ca
2 changed files with 78 additions and 1 deletions

View File

@@ -6,4 +6,5 @@ public class TickerInfos
{
public Enums.Ticker Ticker { get; set; }
public string ImageUrl { get; set; }
public string Name { get; set; }
}