Exemplo n.º 1
0
 public string GetUsersFollowingsInfo(int userId)
 {
     return(m_UserDBHelper.GetUsersFollowingsInfo(userId));
 }