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