public UsersLocator(IGroupSecurityService groupSecurityService, VersionControlServer versionControlServer, TeamProject teamProject, IGroupsLocator groupsLocator) { m_groupSecurityService = groupSecurityService; m_versionControlServer = versionControlServer; m_teamProject = teamProject; m_groupsLocator = groupsLocator; }
public IUsersLocator New(IGroupSecurityService groupSecurityService, VersionControlServer versionControlServer, TeamProject teamProject, IGroupsLocator groupsLocator) { return new UsersLocator(groupSecurityService, versionControlServer, teamProject, groupsLocator); }