예제 #1
0
 public DrugRegistryController(IDrugRegistryService drugRegistryService)
 {
     _drugRegistryService = drugRegistryService;
 }
예제 #2
0
 public ClassificationController(IClassificationService classificationService,
                                 IDrugRegistryService drugRegistryService)
 {
     _classificationService = classificationService;
     _drugRegistryService   = drugRegistryService;
 }