public ScorecardsDepartmentsNodesPath(StratsysAuthentication authentication, Path path) { m_authentication = authentication; m_path = path; m_descriptionFieldValueService = new GenericService(authentication, path.Descriptionfields); m_nodeKeywordService = new GenericService(authentication, path.Keywords); m_nodeExternalPageService = new GenericService(authentication, path.ExternalPages); m_scorecardsDepartmentsNodesResponsibilityRolesPath = new ScorecardsDepartmentsNodesResponsibilityRolesPath(authentication, path.Resource("responsibilityroles")); }
public ScorecardsDepartmentsNodesResponsibilityRolesPath( StratsysAuthentication authentication, Path path) { m_nodeUserService = new GenericService(authentication, path.Resource("users").Build()); }