コード例 #1
0
 public AlertGroupValueService(IAlertGroupValueRepository alertGroupValueRepository,
                               IAlertGroupRepository alertGroupRepository, IAlertValueService alertValueService)
 {
     _alertGroupValueRepository = alertGroupValueRepository;
     _alertGroupRepository      = alertGroupRepository;
     _alertValueService         = alertValueService;
 }
コード例 #2
0
 public AlertGroupService(IAlertGroupRepository alertGroupRepository)
 {
     _alertGroupRepository = alertGroupRepository;
 }