Пример #1
0
 public PatientMappingAgent()
 {
     _serviceLocator = new ServiceLocator("PatientMappingAgent");
 }
Пример #2
0
 public UserAnnotationAgent()
 {
     _serviceLocator = new ServiceLocator("UserAnnotationAgent");
 }
Пример #3
0
 public PatientAnnotationAgent()
 {
     _serviceLocator = new ServiceLocator("PatientAnnotationAgent");
 }
Пример #4
0
 public UserMappingAgent()
 {
     _serviceLocator = new ServiceLocator("UserMappingAgent");
 }