Esempio n. 1
0
 protected void InitializeRegistrar(IEtpSessionCapabilitiesRegistrar registrar, CustomerHandler customerHandler)
 {
     customerHandler.InitializeRegistrar(registrar);
     registrar.Register(new EtpSupportedDataObject(MockCommonObject.Type.ToWildCard()));
     registrar.Register(new EtpSupportedDataObject(MockWitsmlObject.Type.ToWildCard()));
     registrar.Register(new EtpSupportedDataObject(MockResqmlObject.Type.ToWildCard()));
     registrar.Register(new EtpSupportedDataObject(MockProdmlObject.Type.ToWildCard()));
 }