using System; namespace VCommon.VEntity { public interface IHaveLastModificationUserId { Guid? LastModificationUserId { get; set; } } }