Property | Type | Description | |
---|---|---|---|
GetBugzillaUserFromStorage | |||
GetMappedBugzillaUsers | List |
||
GetTpIdFromStorage | int? | ||
GetTpIdFromUserMapping | int? |
Method | Description | |
---|---|---|
GetThirdPartyIdBy ( int tpUserId ) : string | ||
GetTpIdBy ( string thirdPartyId ) : int? | ||
UserMapper ( IStorageRepository storageRepository, IActivityLogger logger ) : System.Collections.Generic |
Method | Description | |
---|---|---|
GetBugzillaUserFromStorage ( int tpUserId ) : |
||
GetMappedBugzillaUsers ( int tpUserId ) : List |
||
GetTpIdFromStorage ( string bugzillaEmail ) : int? | ||
GetTpIdFromUserMapping ( string userEmail ) : int? |
public GetThirdPartyIdBy ( int tpUserId ) : string | ||
tpUserId | int | |
return | string |
public GetTpIdBy ( string thirdPartyId ) : int? | ||
thirdPartyId | string | |
return | int? |
public UserMapper ( IStorageRepository storageRepository, IActivityLogger logger ) : System.Collections.Generic | ||
storageRepository | IStorageRepository | |
logger | IActivityLogger | |
return | System.Collections.Generic |