C# Class ProjectManagement.Domain.UserRoleAnalyzer

Inheritance: IUserRoleAnalyzer
Mostrar archivo Open project: LeagueOfDevelopers/LodCore Class Usage Examples

Public Methods

Method Description
GetUserCommonRole ( int userId ) : string
UserRoleAnalyzer ( IProjectRepository repository, UserRoleAnalyzerSettings settings ) : System.Linq

Method Details

GetUserCommonRole() public method

public GetUserCommonRole ( int userId ) : string
userId int
return string

UserRoleAnalyzer() public method

public UserRoleAnalyzer ( IProjectRepository repository, UserRoleAnalyzerSettings settings ) : System.Linq
repository IProjectRepository
settings UserRoleAnalyzerSettings
return System.Linq