コード例 #1
0
 public ProblemLibraryService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }
コード例 #2
0
 public GrabTopicService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }