namespace Luticate2.Utils.Dbo.Basic { public class LuBoxedValueDbo { public T Value { get; set; } } }