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