public WitnessService(IHypothesesService hypothesesService)
 {
     _hypothesesService = hypothesesService;
 }
示例#2
0
 public DetectiveService(IHypothesesService hypothesesService)
 {
     _hypothesesService = hypothesesService;
 }