1
0
mirror of synced 2025-02-04 21:55:30 +01:00
2023-09-09 21:58:20 +09:00

6 lines
145 B
C#

namespace SharedProject.Models.Responses;
public class SongBestResponse
{
public List<SongBestData> SongBestData { get; set; } = new();
}