{
public int[] Categories { get; set; } = new int[] { };
public int[] Statuses { get; set; } = new int[] { };
public int[] ObjectTypes { get; set; } = new int[] { };
public int Page { get; set; }
public int PageOffset { get; set; } = 0;
public Guid[] Ids { get; set; } = new Guid[] { };
public DateTime? RegistrationDateMin { get; set; }
public DateTime? RegistrationDateMax { get; set; }
}
У первого вместо свойств поля
Обсуждают сегодня