public class GetKaBenchmarkingDto
{
public ulong[] ClientIds { get; set; } = null!;
public ulong[] RegionIds { get; set; } = null!;
public ulong[] ChannelTypeIds { get; set; } = null!;
public ulong[] CategoryIds { get; set; } = null!;
public uint? MonthDuration { get; set; } = null!;
}
public class GetKaBenchmarkingDto
{
public ulong[] ClientIds { get; set; } = null!;
public ulong[] RegionIds { get; set; } = null!;
public ulong[] ChannelTypeIds { get; set; } = null!;
public ulong[] CategoryIds { get; set; } = null!;
public uint? MonthDuration { get; set; } = null!;
}