using System.Collections.Generic; using System.ComponentModel.DataAnnotations; namespace Luticate2.Utils.Dbo.OrderBy { public class LuOrderByDbo { [Required] public IList Fields { get; set; } } }