Conditions | 1 |
Total Lines | 4 |
Code Lines | 4 |
Lines | 0 |
Ratio | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | package com.hltech.judged.server.infrastructure.container; |
||
14 | @Bean |
||
15 | JudgeDApplicationService judgeDApplicationService(EnvironmentRepository environmentRepository, |
||
16 | ServiceContractsRepository serviceContractsRepository) { |
||
17 | return new JudgeDApplicationService(environmentRepository, serviceContractsRepository); |
||
18 | } |
||
30 |