Beispiel #1
0
 public CaseController(
     ICaseService _service,
     INomenclatureService _nomService,
     ICommonService _commonService,
     ICaseClassificationService _classficationService,
     ICaseSelectionProtokolService _caseSelectProtokolService,
     ICourtDepartmentService _courtDepartmentService)
 {
     service                   = _service;
     nomService                = _nomService;
     commonService             = _commonService;
     classficationService      = _classficationService;
     caseSelectProtokolService = _caseSelectProtokolService;
     courtDepartmentService    = _courtDepartmentService;
 }
Beispiel #2
0
 public CaseSelectionProtokolController(
     ICaseSelectionProtokolService _service,
     INomenclatureService _nomService,
     ICourtDutyService _courtDutyService,
     ICourtGroupService _courtGroupService,
     ICourtDepartmentService _courtDepartmentservice,
     ICourtLoadPeriodService _courtLoadPeriodService,
     ICdnService _cdnService,
     ICommonService _commonService)
 {
     service                = _service;
     nomService             = _nomService;
     courtDutyService       = _courtDutyService;
     courtGroupService      = _courtGroupService;
     courtDepartmentservice = _courtDepartmentservice;
     courtLoadPeriodService = _courtLoadPeriodService;
     cdnService             = _cdnService;
     commonService          = _commonService;
 }