Beispiel #1
0
 public void init(String config)
 {
     module = new be.recipe.client.PrescriberIntegrationModule(config);
 }
Beispiel #2
0
 public void initMock()
 {
     module = new be.recipe.client.mock.PrescriberIntegrationModuleMock();
 }