Ejemplo n.º 1
0
 protected ServiceObjectBase(ServiceBroker sb, SoDefinitionCollection soCollection)
 {
     ServiceBroker   = sb;
     SoDefCollection = soCollection;
 }
Ejemplo n.º 2
0
 protected ServiceObjectBase(ServiceBroker sb)
 {
     ServiceBroker = sb;
 }