Ejemplo n.º 1
0
 public ProblemService(IProblemBusiness ProblemBiz,
                       IProblemCategoryBusiness ProblemCatoryBiz,
                       IBelongBusiness BelongBiz,
                       ISubjectInfoBusiness SubjectInfoBiz,
                       IChapterBusiness ChapterBiz,
                       IAnswerBusiness AnswerBiz,
                       ILogBusiness LogBiz)
 {
     _ProblemBiz       = ProblemBiz;
     _ProblemCatoryBiz = ProblemCatoryBiz;
     _BelongBiz        = BelongBiz;
     _SubjectInfoBiz   = SubjectInfoBiz;
     _ChapterBiz       = ChapterBiz;
     _AnswerBiz        = AnswerBiz;
     _LogBiz           = LogBiz;
 }
Ejemplo n.º 2
0
 public ProblemCategoryService(IProblemCategoryBusiness ProblemCategoryBiz)
 {
     _ProblemCategoryBiz = ProblemCategoryBiz;
 }