Group: StrataFrame Developers
Posts: 6.6K,
Visits: 7K
|
Greg is correct. You just need to type your parm as a BusinessLayer or BusinessLayerBase and it will then accept any BO. You can then DirectCast or CType it if you know what to expect on the other side. Otherwise you can just leave it typed as the BusinessLayer and interact with the "known" methods and properties.
|