Group: Forum Members
Posts: 2K,
Visits: 6.6K
|
Well a couple of things are likely going on...
First, if you construct a BusinessLayer, there are a bunch of properties that are not actually implemented and intended to implemented by actual BOs (which the BO Mapper takes care of for you). So it quite safe to have variables and arguments of type BusinessLayer, but don't try to just create an object of that type.
Second, there is no blank or default construct for BrokenRule. Check out Intellisense or help to see the valid constructors.
Glad you got the other bit going!
|