Example #1
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;
 }
 public CourtDutyController(ICourtDutyService _service)
 {
     service = _service;
 }