Example #1
0
 public string RmUserFollow(int id, int uid)
 {
     return(UserInfoService.AddOrRmUserFollow(id, uid, false));
 }