1
0
mirror of synced 2025-02-06 06:34:29 +01:00

6 lines
145 B
C#
Raw Normal View History

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