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