1
0
mirror of synced 2025-02-10 08:08:26 +01:00

6 lines
150 B
C#
Raw Normal View History

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