using System; namespace VCommon.VEntity { public interface IMustHaveTenant { Guid TenantId { get; set; } } }