-
Hi everyone, Is it possible to use a single ObjectFactory class that determines the type of BO to operate on at run-time? There is a custom base class (e.g subclass of ReadOnlyBase<T>) that has the ObjectFactoryAttribute applied on it and all its subclasses should use the same ObjectFactory, unless...