1
0
mirror of synced 2025-02-05 14:15:28 +01:00

6 lines
145 B
C#
Raw Normal View History

2023-09-09 21:58:20 +09:00
namespace SharedProject.Models.Responses;
public class SongBestResponse
{
public List<SongBestData> SongBestData { get; set; } = new();
}