public ProtocolGroupSummary GetProtocolGroupSummary(ProtocolGroup protocolGroup) { return new ProtocolGroupSummary(protocolGroup.GetRef(), protocolGroup.Name, protocolGroup.Description); }
public ProtocolGroupSummary CreateProtocolGroupSummary(ProtocolGroup group) { return new ProtocolGroupSummary(group.GetRef(), group.Name, group.Description); }