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