Ejemplo n.º 1
0
 public static string UserProfileId(this IAssetService service, int userId)
 {
     _hashids = _hashids ?? new Hashids(service.Salt);
     return($"user/profile/{service.EncodeUserHash(userId)}");
 }