public ProblemLibraryService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }
Beispiel #2
0
 public GrabTopicService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }