Exemplo n.º 1
0
 public ServiceInstanceManager(ServiceTypeManager serviceTypeCreator, ServiceInstanceSettings serviceInstanceSettings)
 {
     _serviceTypeCreator      = serviceTypeCreator;
     _serviceInstanceSettings = serviceInstanceSettings;
 }
Exemplo n.º 2
0
 public SmartObjectsManager(ServiceInstanceSettings serviceInstanceSettings)
 {
     _serviceInstanceSettings = serviceInstanceSettings;
 }