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