Esempio n. 1
0
 public string GetUsersFriendsInfo(int userId)
 {
     return(m_UserDBHelper.GetUsersFriendsInfo(userId));
 }