示例#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;
 }
示例#2
0
 public BelongService(IBelongBusiness BelongBiz)
 {
     _BelongBiz = BelongBiz;
 }