Пример #1
0
		public string RenderProfileLink(UserInfo userInfo)
		{
			try
			{
				return userInfo.RenderProfileLink(BookmarkingBusinessConstants.CommunityProductID);
			}
			catch
			{
				return string.Empty;
			}
		}