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