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; }
public CaseSessionController(ICaseSessionService _service, INomenclatureService _nomService, ICommonService _commonService, ICaseClassificationService _classficationService, ICaseLawUnitService _lawUnitService, ICourtDepartmentService _courtDepartmentService, ICaseSessionMeetingService _caseSessionMeetingService, ICaseNotificationService _caseNotificationService, ICaseSessionActService _caseSessionActService) { service = _service; nomService = _nomService; commonService = _commonService; classficationService = _classficationService; lawUnitService = _lawUnitService; courtDepartmentService = _courtDepartmentService; caseSessionMeetingService = _caseSessionMeetingService; caseNotificationService = _caseNotificationService; caseSessionActService = _caseSessionActService; }
public CaseClassificationController(ICaseClassificationService _service, ICommonService _commonService) { service = _service; commonService = _commonService; }