Beispiel #1
0
 public CourtGroupController(ICourtGroupService _service, ICourtGroupCodeService _codeService, INomenclatureService _nomService, ICourtGroupLawUnitService _serviceGroupLawUnit, ICommonService _commonService)
 {
     service             = _service;
     codeService         = _codeService;
     nomService          = _nomService;
     serviceGroupLawUnit = _serviceGroupLawUnit;
     commonService       = _commonService;
 }
Beispiel #2
0
 public CourtLawUnitController(ICourtLawUnitService _service, INomenclatureService _nomService,
                               ICourtGroupService _courtGroupService, ICourtOrganizationService _courtOrganizationService,
                               ICommonService _commonService)
 {
     service                  = _service;
     nomService               = _nomService;
     commonService            = _commonService;
     courtGroupService        = _courtGroupService;
     courtOrganizationService = _courtOrganizationService;
 }
Beispiel #3
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;
 }