public WitnessService(IHypothesesService hypothesesService)
 {
     _hypothesesService = hypothesesService;
 }
예제 #2
0
 public DetectiveService(IHypothesesService hypothesesService)
 {
     _hypothesesService = hypothesesService;
 }