示例#1
0
 public PatientManager(ILogger <PatientManager> logger,
                       IntegrationServicesConfiguration integrationServicesConfiguration,
                       AppServices.Core.ICurrentContext currentContext)
 {
     _logger = logger;
     _integrationServicesConfiguration = integrationServicesConfiguration;
     _currentContext = currentContext;
 }
示例#2
0
 public ImmunizationManager(ILogger <ImmunizationManager> logger,
                            IntegrationServicesConfiguration integrationServicesConfiguration,
                            ICurrentContext currentContext)
 {
     _logger = logger;
     _integrationServicesConfiguration = integrationServicesConfiguration;
     _currentContext = currentContext;
 }