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

6 lines
150 B
C#

namespace SharedProject.Models.Responses;
public class DanBestDataResponse
{
public List<DanBestData> DanBestDataList { get; set; } = new();
}