Disco.Services.JobQueueExtensions.CanEditAddedComment C# (CSharp) Method

CanEditAddedComment() public static method

public static CanEditAddedComment ( this jqj ) : bool
jqj this
return bool
        public static bool CanEditAddedComment(this JobQueueJob jqj)
        {
            return jqj.CanEditComments();
        }
        public static bool CanEditRemovedComment(this JobQueueJob jqj)