Esempio n. 1
0
 public ProblemLibraryService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }
Esempio n. 2
0
 public GrabTopicService(IProblemLibraryBusiness ProblemLibraryBiz)
 {
     _ProblemLibraryBiz = ProblemLibraryBiz;
 }