using System; namespace VCommon.VEntity { public interface IHaveCreationUserId { Guid CreationUserId { get; set; } } }