public static ascx_FindingsViewer show(this ascx_FindingsViewer findingsViewer, IO2Finding o2Finding) { return(findingsViewer.show(o2Finding.wrapOnList())); }
public static ascx_FindingsViewer load(this ascx_FindingsViewer findingsViewer, List <IO2Finding> o2Findings) { return(findingsViewer.show(o2Findings)); }