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