C#C
C#3y ago
barcode

Fluent Validation

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!;
}
Was this page helpful?