예제 #1
0
파일: TagController.cs 프로젝트: junlu3/CMS
 public TagController(IMSDS_SpecificationService specificationService, IMSDS_HazardousSubstancesService hazardousSubstancesService, IMSDS_H_StatementService h_StatementService, IMSDS_P_StatementService p_StatementService, IImportExportService importExportService)
 {
     _specificationService       = specificationService;
     _hazardousSubstancesService = hazardousSubstancesService;
     _h_StatementService         = h_StatementService;
     _p_StatementService         = p_StatementService;
     _importExportService        = importExportService;
 }
예제 #2
0
 public SubstanceExposureLimitController(IMSDS_Substance_ExposureLimitService substanceExposureLimitService,
                                         IMSDS_SpecificationService specificationService)
 {
     _specificationService          = specificationService;
     _substanceExposureLimitService = substanceExposureLimitService;
 }