Esempio n. 1
0
 public ProblemCollectController(IProblemCollectService ProblemCollectService)
 {
     _ProblemCollectService = ProblemCollectService;
 }