Exemplo n.º 1
0
 public IndexModel(
     IExamCatInstructService _ExamCatInstructService,
     IExamCategoryService _ExamCategoryService)
 {
     this._ExamCatInstructService = _ExamCatInstructService;
     this._ExamCategoryService    = _ExamCategoryService;
 }
 public PartialsController(
     IExamCategoryService _ExamCategoryService,
     IExamCatInstructService _ExamCatInstructService)
 {
     this._ExamCatInstructService = _ExamCatInstructService;
     this._ExamCategoryService    = _ExamCategoryService;
 }
 public ExamsIndexModel(
     IExamCategoryService _ExamCategoryServices,
     ISkillCategoryService _SkillCategoryServices,
     ISkillPartService _SkillPartServices,
     IExamCatInstructService _ExamCatInstructService)
 {
     this._ExamCategoryServices   = _ExamCategoryServices;
     this._SkillCategoryServices  = _SkillCategoryServices;
     this._SkillPartServices      = _SkillPartServices;
     this._ExamCatInstructService = _ExamCatInstructService;
 }