AppActs.API.Model.Event.ContentDurationAggregate.CopyOnlyKey C# (CSharp) 메소드

CopyOnlyKey() 공개 메소드

public CopyOnlyKey ( ) : ContentDurationAggregate
리턴 ContentDurationAggregate
        public ContentDurationAggregate CopyOnlyKey()
        {
            return new ContentDurationAggregate(this.Key, this.Content, 0);
        }