public Role AddAttachmentRequirement(AttachmentRequirement value) { if (value == null) { throw new ArgumentNullException("Argument cannot be null"); } _attachmentRequirements.Add(value); return(this); }
public Role AddAttachmentRequirement(AttachmentRequirement value) { if (value == null) { throw new ArgumentNullException("Argument cannot be null"); } _attachmentRequirements.Add(value); return this; }