public InternationalManagerController(IRequestService requestService , IStudentDocService studentDocService , ICollegeService collegeService , IFieldForForeignService fieldForForeignService , ICountryService countryService , ICandidateFieldService condidateService , IStudentService studentService , IPersonService personService , IRelatedPersonService relatedPersonService , IAddressService addressService , IEducationDegreeService educationDegreeService , ICitizenShipService citizenShipService , INewStudentService newStudentService , ISidaFieldService sidaFieldService , IUserLogService userLogService) { _requestService = requestService; _studentDocService = studentDocService; _collegeService = collegeService; _fieldForForeignService = fieldForForeignService; _countryService = countryService; _condidateService = condidateService; _studentService = studentService; _personService = personService; _relatedPersonService = relatedPersonService; _addressService = addressService; _educationDegreeService = educationDegreeService; _citizenShipService = citizenShipService; _newStudentService = newStudentService; _sidaFieldService = sidaFieldService; _userLogService = userLogService; }
public DocumentsController(IStudentDocService studentDocsService , IEducationDegreeService educationDegreeService , IRequestService requestService , ICitizenShipService citizenShipService , IFieldForForeignService fieldService , ICountryService countryService , IAccountService accountService , IStudentDocService studentDocService) { studentDocSVC = studentDocsService; educationDegreeSVC = educationDegreeService; requestSVC = requestService; citizenShipSVC = citizenShipService; fieldsSVC = fieldService; countrySVC = countryService; accountSVC = accountService; studentDocSVC = studentDocService; }