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